Shades of Jade #08B673
Tints of Jade #08B673
RGB
CMYK
RGB Variations
Color information
#08B673 (or 0x08B673) is known color: Jade. HEX triplet: 08, B6 and 73. RGB value is (8,182,115). Sum of RGB (Red+Green+Blue) = 8+182+115=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 182 (71.48% from 255 or 59.67% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 182 - color contains mainly: green. Hex color #08B673 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B673 is #F7498C. Grayscale: #7A7A7A. Windows color (decimal): -16206221 or 7583240. OLE color: 7583240.
HSL color Cylindrical-coordinate representation of color #08B673: hue angle of 156.9º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B673 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 182 | 115 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.29 |
| HSL | 156.9º | 0.92% | 0.37% | - |
| HSV(B) | 156.9º | 0.96% | 0.71% | - |
| XYZ | 19.92 | 34.75 | 21.88 | - |
| YUV | 122.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 182 | 115 | 0.96 | 0 | 0.37 | 0.29 | 156.9 | 0.92 | 0.37 |
| Hex | 8 | B6 | 73 | 60 | 0 | 25 | 1D | 9D | 5C | 25 |
| Octal | 10 | 266 | 163 | 140 | 0 | 45 | 35 | 235 | 134 | 45 |
| Binary | 1000 | 10110110 | 1110011 | 1100000 | 0 | 100101 | 11101 | 10011101 | 1011100 | 100101 |
Color Harmonies of #08B673
Complementary color
Monochromatic Colors of #08B673
Black with #08B673
Text Example
Text Example
White with #08B673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B673; }
p { color: rgb(8,182,115); }
H1.HeaderClassName
{
color: #08B673;
}
.AnyTagClassName
{
color: #08B673;
}
</style>
background-color css
<style>
a { background-color: #08B673; }
a { background-color: rgb(8,182,115); }
div.DivClassName
{
background-color: #08B673;
}
.BgClassName
{
background-color: #08B673;
}
</style>
border-color css
<style>
span { border-color: #08B673; }
span { border-color: rgb(8,182,115); }
td.TdClassName
{
border-color: #08B673;
}
.TagClassName
{
border-color: #08B673;
}
</style>