Shades of Jade #08BB74
Tints of Jade #08BB74
RGB
CMYK
RGB Variations
Color information
#08BB74 (or 0x08BB74) is known color: Jade. HEX triplet: 08, BB and 74. RGB value is (8,187,116). Sum of RGB (Red+Green+Blue) = 8+187+116=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BB74 is #F7448B. Grayscale: #7D7D7D. Windows color (decimal): -16204940 or 7650056. OLE color: 7650056.
HSL color Cylindrical-coordinate representation of color #08BB74: hue angle of 156.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BB74 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 187 | 116 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.27 |
| HSL | 156.2º | 0.92% | 0.38% | - |
| HSV(B) | 156.2º | 0.96% | 0.73% | - |
| XYZ | 21.02 | 36.85 | 22.53 | - |
| YUV | 125.39 | 122.7 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 116 | 0.96 | 0 | 0.38 | 0.27 | 156.2 | 0.92 | 0.38 |
| Hex | 8 | BB | 74 | 60 | 0 | 26 | 1B | 9C | 5C | 26 |
| Octal | 10 | 273 | 164 | 140 | 0 | 46 | 33 | 234 | 134 | 46 |
| Binary | 1000 | 10111011 | 1110100 | 1100000 | 0 | 100110 | 11011 | 10011100 | 1011100 | 100110 |
Color Harmonies of #08BB74
Complementary color
Monochromatic Colors of #08BB74
Black with #08BB74
Text Example
Text Example
White with #08BB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BB74; }
p { color: rgb(8,187,116); }
H1.HeaderClassName
{
color: #08BB74;
}
.AnyTagClassName
{
color: #08BB74;
}
</style>
background-color css
<style>
a { background-color: #08BB74; }
a { background-color: rgb(8,187,116); }
div.DivClassName
{
background-color: #08BB74;
}
.BgClassName
{
background-color: #08BB74;
}
</style>
border-color css
<style>
span { border-color: #08BB74; }
span { border-color: rgb(8,187,116); }
td.TdClassName
{
border-color: #08BB74;
}
.TagClassName
{
border-color: #08BB74;
}
</style>