#08B777

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

Shades of Jade #08B777

Tints of Jade #08B777

Color information

#08B777 (or 0x08B777) is unknown color: approx Jade. HEX triplet: 08, B7 and 77. RGB value is (8,183,119). Sum of RGB (Red+Green+Blue) = 8+183+119=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #08B777 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B777 is #F74888. Grayscale: #7B7B7B. Windows color (decimal): -16205961 or 7845640. OLE color: 7845640.

HSL color Cylindrical-coordinate representation of color #08B777: hue angle of 158.06º 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 #08B777 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB8183119-
CMYK0.9600.350.28
HSL158.06º91.62%37.45%-
HSV(B)158.06º95.63%71.76%-
XYZ20.3635.2523.18-
YUV123.38125.5245.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.58%
GREEN value IS 183 (71.88% from 255) = 59.03%
BLUE value IS 119 (46.88% from 255) = 38.39%
R=2.58%
G=59.03%
B=38.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81831190.9600.350.28158.0691.6237.45
Hex8B777600231C9e5c25
Octal102671671400433423613445
Binary10001011011111101111100000010001111100100111101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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