COLOR #08B068

HEX: #08B068 RGB: (8,176,104)

Color info

#08B068 contains mainly green color. Web safe color of #08B068 is #009966 (or #096).

RGB color model

#08B068 color RGB value is (8,176,104).

RGB: (8,176,104) (3%, 69%, 41%)

RGB channels and saturation

R 8 of 255 = 3%
G 176 of 255 = 69%
B 104 of 255 = 41%

8
176
104

R + G + B ~ 38%. #08B068 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 8 + 176 + 104 = 288 (100%)
R 8 of 288 ~ 2.78%
G 176 of 288 ~ 61.11%
B 104 of 288 ~ 36.11'%

%61.11
%36.11

CMYK color model

#08B068 color CMYK value is (95,0,41,31).

  • cyan value is 95.45%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 30.98%

CMYK: (95,0,41,31)
C95M0Y41K31 (95%, 0%, 41%, 31%)
(0.95 / 0.00 / 0.41 / 0.31)

CMYK percentages

%95.45
%0
%40.91
%30.98

Codes

Color #08B068 in popluar color models

08 B0 68
RGB 8 176 104
HSL 154° 91.30% 36.08%
HSB/HSV 154° 95.45% 69.02%
CMYK 95.45% 0.00% 40.91%
30.98%

Color #08B068 in popluar number systems.

HEX 08 B0 68
Decimal 8 176 104
Binary 1000 10110000 1101000
Octal 10 260 150

Shades and tints

Shades of #08B068

#08B068
(8,176,104)
#08A05F
(8,160,95)
#089056
(8,144,86)
#08804D
(8,128,77)
#087044
(8,112,68)
#08603B
(8,96,59)
#085032
(8,80,50)
#084029
(8,64,41)
#083020
(8,48,32)
#082017
(8,32,23)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #08B068

#08B068
(8,176,104)
#1EB775
(30,183,117)
#34BE82
(52,190,130)
#4AC58F
(74,197,143)
#60CC9C
(96,204,156)
#76D3A9
(118,211,169)
#8CDAB6
(140,218,182)
#A2E1C3
(162,225,195)
#B8E8D0
(184,232,208)
#CEEFDD
(206,239,221)
#E4F6EA
(228,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08B068 color. Also use rgb(8,176,104) instead hex code.

Text Font Color

.myTextColor { color: #08B068; }

<p style="color:#08B068">This sample text font color is #08B068.</p>

This text font color is #08B068.

Background Color

.myBgColor { background-color: #08B068; }

<div style="background-color:#08B068">Inner text</div>

This div background color is #08B068.

Border color

.myBorderColor { border: 1px solid #08B068; }

<div style="border:3px solid #08B068">Div</div>

This div border color is #08B068.

Opacity

.myOpacity80 { color: #08B068; opacity: 0.8; }

<p style="color:#08B068;opacity:0.8;">80%</p>

Text with #08B068 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #08B068;}

<p style="text-shadow: 3px 3px 1px #08B068">Text here.</p>

This text has shadow with #08B068 color.


.textShadow {text-shadow: 3px 3px 1px #08B068', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #08B068, 5px 5px 20px red">Text here.</p>

This text has shadow with #08B068 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#08B068, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#08B068, Direction=45, Strength=4)">Text</p>

This text has shadow with #08B068 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #08B068;
-webkit-box-shadow: 1px 1px 3px 2px #08B068;
box-shadow: 1px 1px 3px 2px #08B068;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #08B068; -webkit-box-shadow: 1px 1px 3px 2px #08B068; box-shadow:1px 1px 3px 2px #08B068;">
Div content here
</div>

This div box has shadow with color #08B068.

Preview

Color preview on black background

This text has color #08B068 on black background.


Color preview on white background

This text has color #08B068 on white background.


Black color preview on #08B068 background

This text has black color on #08B068 background.


White color preview on #08B068 background

This text has white color on #08B068 background.


Related colors

Complementary color

Complementary color for #hex is #F74F97.


I love getcolorcode.com

Triadic colors

1 #6808B0 and #B06808 with #08B068 are triadic colors.

2 #68B008 and #B00868 with #08B068 are triadic colors.