Shades of Jade #08B76D
Tints of Jade #08B76D
RGB
CMYK
RGB Variations
Color information
#08B76D (or 0x08B76D) is known color: Jade. HEX triplet: 08, B7 and 6D. RGB value is (8,183,109). Sum of RGB (Red+Green+Blue) = 8+183+109=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #08B76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B76D is #F74892. Grayscale: #7A7A7A. Windows color (decimal): -16205971 or 7190280. OLE color: 7190280.
HSL color Cylindrical-coordinate representation of color #08B76D: hue angle of 154.63º 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 #08B76D is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 183 | 109 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.28 |
| HSL | 154.63º | 0.92% | 0.37% | - |
| HSV(B) | 154.63º | 0.96% | 0.72% | - |
| XYZ | 19.79 | 35.02 | 20.18 | - |
| YUV | 122.24 | 120.52 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 109 | 0.96 | 0 | 0.40 | 0.28 | 154.63 | 0.92 | 0.37 |
| Hex | 8 | B7 | 6D | 60 | 0 | 28 | 1C | 9B | 5C | 25 |
| Octal | 10 | 267 | 155 | 140 | 0 | 50 | 34 | 233 | 134 | 45 |
| Binary | 1000 | 10110111 | 1101101 | 1100000 | 0 | 101000 | 11100 | 10011011 | 1011100 | 100101 |
Color Harmonies of #08B76D
Complementary color
Monochromatic Colors of #08B76D
Black with #08B76D
Text Example
Text Example
White with #08B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B76D; }
p { color: rgb(8,183,109); }
H1.HeaderClassName
{
color: #08B76D;
}
.AnyTagClassName
{
color: #08B76D;
}
</style>
background-color css
<style>
a { background-color: #08B76D; }
a { background-color: rgb(8,183,109); }
div.DivClassName
{
background-color: #08B76D;
}
.BgClassName
{
background-color: #08B76D;
}
</style>
border-color css
<style>
span { border-color: #08B76D; }
span { border-color: rgb(8,183,109); }
td.TdClassName
{
border-color: #08B76D;
}
.TagClassName
{
border-color: #08B76D;
}
</style>