Shades of Jade #08BB67
Tints of Jade #08BB67
RGB
CMYK
RGB Variations
Color information
#08BB67 (or 0x08BB67) is known color: Jade. HEX triplet: 08, BB and 67. RGB value is (8,187,103). Sum of RGB (Red+Green+Blue) = 8+187+103=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08BB67 is #F74498. Grayscale: #7C7C7C. Windows color (decimal): -16204953 or 6798088. OLE color: 6798088.
HSL color Cylindrical-coordinate representation of color #08BB67: hue angle of 151.84º 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 #08BB67 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 187 | 103 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.27 |
| HSL | 151.84º | 0.92% | 0.38% | - |
| HSV(B) | 151.84º | 0.96% | 0.73% | - |
| XYZ | 20.32 | 36.57 | 18.82 | - |
| YUV | 123.9 | 116.2 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 103 | 0.96 | 0 | 0.45 | 0.27 | 151.84 | 0.92 | 0.38 |
| Hex | 8 | BB | 67 | 60 | 0 | 2D | 1B | 98 | 5C | 26 |
| Octal | 10 | 273 | 147 | 140 | 0 | 55 | 33 | 230 | 134 | 46 |
| Binary | 1000 | 10111011 | 1100111 | 1100000 | 0 | 101101 | 11011 | 10011000 | 1011100 | 100110 |
Color Harmonies of #08BB67
Complementary color
Monochromatic Colors of #08BB67
Black with #08BB67
Text Example
Text Example
White with #08BB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BB67; }
p { color: rgb(8,187,103); }
H1.HeaderClassName
{
color: #08BB67;
}
.AnyTagClassName
{
color: #08BB67;
}
</style>
background-color css
<style>
a { background-color: #08BB67; }
a { background-color: rgb(8,187,103); }
div.DivClassName
{
background-color: #08BB67;
}
.BgClassName
{
background-color: #08BB67;
}
</style>
border-color css
<style>
span { border-color: #08BB67; }
span { border-color: rgb(8,187,103); }
td.TdClassName
{
border-color: #08BB67;
}
.TagClassName
{
border-color: #08BB67;
}
</style>