Shades of Green #086F0A
Tints of Green #086F0A
RGB
CMYK
RGB Variations
Color information
#086F0A (or 0x086F0A) is known color: Green. HEX triplet: 08, 6F and 0A. RGB value is (8,111,10). Sum of RGB (Red+Green+Blue) = 8+111+10=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 111 (43.75% from 255 or 86.05% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 111 - color contains mainly: green. Hex color #086F0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086F0A is #F790F5. Grayscale: #444444. Windows color (decimal): -16224502 or 683784. OLE color: 683784.
HSL color Cylindrical-coordinate representation of color #086F0A: hue angle of 121.17º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086F0A is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 111 | 10 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.56 |
| HSL | 121.17º | 0.87% | 0.23% | - |
| HSV(B) | 121.17º | 0.93% | 0.44% | - |
| XYZ | 5.84 | 11.44 | 2.19 | - |
| YUV | 68.69 | 94.88 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 111 | 10 | 0.93 | 0 | 0.91 | 0.56 | 121.17 | 0.87 | 0.23 |
| Hex | 8 | 6F | A | 5D | 0 | 5B | 38 | 79 | 57 | 17 |
| Octal | 10 | 157 | 12 | 135 | 0 | 133 | 70 | 171 | 127 | 27 |
| Binary | 1000 | 1101111 | 1010 | 1011101 | 0 | 1011011 | 111000 | 1111001 | 1010111 | 10111 |
Color Harmonies of #086F0A
Complementary color
Monochromatic Colors of #086F0A
Black with #086F0A
Text Example
Text Example
White with #086F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086F0A; }
p { color: rgb(8,111,10); }
H1.HeaderClassName
{
color: #086F0A;
}
.AnyTagClassName
{
color: #086F0A;
}
</style>
background-color css
<style>
a { background-color: #086F0A; }
a { background-color: rgb(8,111,10); }
div.DivClassName
{
background-color: #086F0A;
}
.BgClassName
{
background-color: #086F0A;
}
</style>
border-color css
<style>
span { border-color: #086F0A; }
span { border-color: rgb(8,111,10); }
td.TdClassName
{
border-color: #086F0A;
}
.TagClassName
{
border-color: #086F0A;
}
</style>