Shades of Jade #08BC77
Tints of Jade #08BC77
RGB
CMYK
RGB Variations
Color information
#08BC77 (or 0x08BC77) is known color: Jade. HEX triplet: 08, BC and 77. RGB value is (8,188,119). Sum of RGB (Red+Green+Blue) = 8+188+119=315 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.54% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #08BC77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BC77 is #F74388. Grayscale: #7E7E7E. Windows color (decimal): -16204681 or 7846920. OLE color: 7846920.
HSL color Cylindrical-coordinate representation of color #08BC77: hue angle of 157º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BC77 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 119 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.26 |
| HSL | 157º | 0.92% | 0.38% | - |
| HSV(B) | 157º | 0.96% | 0.74% | - |
| XYZ | 21.41 | 37.35 | 23.53 | - |
| YUV | 126.31 | 123.87 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 119 | 0.96 | 0 | 0.37 | 0.26 | 157 | 0.92 | 0.38 |
| Hex | 8 | BC | 77 | 60 | 0 | 25 | 1A | 9D | 5C | 26 |
| Octal | 10 | 274 | 167 | 140 | 0 | 45 | 32 | 235 | 134 | 46 |
| Binary | 1000 | 10111100 | 1110111 | 1100000 | 0 | 100101 | 11010 | 10011101 | 1011100 | 100110 |
Color Harmonies of #08BC77
Complementary color
Monochromatic Colors of #08BC77
Black with #08BC77
Text Example
Text Example
White with #08BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BC77; }
p { color: rgb(8,188,119); }
H1.HeaderClassName
{
color: #08BC77;
}
.AnyTagClassName
{
color: #08BC77;
}
</style>
background-color css
<style>
a { background-color: #08BC77; }
a { background-color: rgb(8,188,119); }
div.DivClassName
{
background-color: #08BC77;
}
.BgClassName
{
background-color: #08BC77;
}
</style>
border-color css
<style>
span { border-color: #08BC77; }
span { border-color: rgb(8,188,119); }
td.TdClassName
{
border-color: #08BC77;
}
.TagClassName
{
border-color: #08BC77;
}
</style>