Shades of Jade #08A672
Tints of Jade #08A672
RGB
CMYK
RGB Variations
Color information
#08A672 (or 0x08A672) is known color: Jade. HEX triplet: 08, A6 and 72. RGB value is (8,166,114). Sum of RGB (Red+Green+Blue) = 8+166+114=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #08A672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08A672 is #F7598D. Grayscale: #707070. Windows color (decimal): -16210318 or 7513608. OLE color: 7513608.
HSL color Cylindrical-coordinate representation of color #08A672: hue angle of 160.25º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A672 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 8 | 166 | 114 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.35 |
| HSL | 160.25º | 0.91% | 0.34% | - |
| HSV(B) | 160.25º | 0.95% | 0.65% | - |
| XYZ | 16.77 | 28.54 | 20.54 | - |
| YUV | 112.83 | 128.65 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 166 | 114 | 0.95 | 0 | 0.31 | 0.35 | 160.25 | 0.91 | 0.34 |
| Hex | 8 | A6 | 72 | 5F | 0 | 1F | 23 | A0 | 5B | 22 |
| Octal | 10 | 246 | 162 | 137 | 0 | 37 | 43 | 240 | 133 | 42 |
| Binary | 1000 | 10100110 | 1110010 | 1011111 | 0 | 11111 | 100011 | 10100000 | 1011011 | 100010 |
Color Harmonies of #08A672
Complementary color
Monochromatic Colors of #08A672
Black with #08A672
Text Example
Text Example
White with #08A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A672; }
p { color: rgb(8,166,114); }
H1.HeaderClassName
{
color: #08A672;
}
.AnyTagClassName
{
color: #08A672;
}
</style>
background-color css
<style>
a { background-color: #08A672; }
a { background-color: rgb(8,166,114); }
div.DivClassName
{
background-color: #08A672;
}
.BgClassName
{
background-color: #08A672;
}
</style>
border-color css
<style>
span { border-color: #08A672; }
span { border-color: rgb(8,166,114); }
td.TdClassName
{
border-color: #08A672;
}
.TagClassName
{
border-color: #08A672;
}
</style>