Shades of Green #086B0E
Tints of Green #086B0E
RGB
CMYK
RGB Variations
Color information
#086B0E (or 0x086B0E) is known color: Green. HEX triplet: 08, 6B and 0E. RGB value is (8,107,14). Sum of RGB (Red+Green+Blue) = 8+107+14=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 107 (42.19% from 255 or 82.95% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 107 - color contains mainly: green. Hex color #086B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086B0E is #F794F1. Grayscale: #434343. Windows color (decimal): -16225522 or 944904. OLE color: 944904.
HSL color Cylindrical-coordinate representation of color #086B0E: hue angle of 123.64º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B0E is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 107 | 14 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.58 |
| HSL | 123.64º | 0.86% | 0.23% | - |
| HSV(B) | 123.64º | 0.93% | 0.42% | - |
| XYZ | 5.44 | 10.6 | 2.17 | - |
| YUV | 66.8 | 98.2 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 14 | 0.93 | 0 | 0.87 | 0.58 | 123.64 | 0.86 | 0.23 |
| Hex | 8 | 6B | E | 5D | 0 | 57 | 3A | 7C | 56 | 17 |
| Octal | 10 | 153 | 16 | 135 | 0 | 127 | 72 | 174 | 126 | 27 |
| Binary | 1000 | 1101011 | 1110 | 1011101 | 0 | 1010111 | 111010 | 1111100 | 1010110 | 10111 |
Color Harmonies of #086B0E
Complementary color
Monochromatic Colors of #086B0E
Black with #086B0E
Text Example
Text Example
White with #086B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B0E; }
p { color: rgb(8,107,14); }
H1.HeaderClassName
{
color: #086B0E;
}
.AnyTagClassName
{
color: #086B0E;
}
</style>
background-color css
<style>
a { background-color: #086B0E; }
a { background-color: rgb(8,107,14); }
div.DivClassName
{
background-color: #086B0E;
}
.BgClassName
{
background-color: #086B0E;
}
</style>
border-color css
<style>
span { border-color: #086B0E; }
span { border-color: rgb(8,107,14); }
td.TdClassName
{
border-color: #086B0E;
}
.TagClassName
{
border-color: #086B0E;
}
</style>