#08B778

Color #08B778 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #08B778

Tints of Jade #08B778

Color information

#08B778 (or 0x08B778) is unknown color: approx Jade. HEX triplet: 08, B7 and 78. RGB value is (8,183,120). Sum of RGB (Red+Green+Blue) = 8+183+120=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #08B778 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B778 is #F74887. Grayscale: #7B7B7B. Windows color (decimal): -16205960 or 7911176. OLE color: 7911176.

HSL color Cylindrical-coordinate representation of color #08B778: hue angle of 158.4º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B778 is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB8183120-
CMYK0.9600.340.28
HSL158.4º91.62%37.45%-
HSV(B)158.4º95.63%71.76%-
XYZ20.4235.2723.5-
YUV123.49126.0245.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.57%
GREEN value IS 183 (71.88% from 255) = 58.84%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=2.57%
G=58.84%
B=38.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81831200.9600.340.28158.491.6237.45
Hex8B778600221C9e5c25
Octal102671701400423423613445
Binary10001011011111110001100000010001011100100111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08B778; }

 p { color: rgb(8,183,120); }

 H1.HeaderClassName
 {
   color: #08B778;
 }
 .AnyTagClassName
 {
   color: #08B778;
 }
</style>
background-color css

<style>
 a { background-color: #08B778; }

 a { background-color: rgb(8,183,120); }

 div.DivClassName
 {
   background-color: #08B778;
 }
 .BgClassName
 {
   background-color: #08B778;
 }
</style>
border-color css

<style>
 span { border-color: #08B778; }

 span { border-color: rgb(8,183,120); }

 td.TdClassName
 {
   border-color: #08B778;
 }
 .TagClassName
 {
   border-color: #08B778;
 }
</style>