Shades of Green #086B14
Tints of Green #086B14
RGB
CMYK
RGB Variations
Color information
#086B14 (or 0x086B14) is known color: Green. HEX triplet: 08, 6B and 14. RGB value is (8,107,20). Sum of RGB (Red+Green+Blue) = 8+107+20=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 107 (42.19% from 255 or 79.26% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 107 - color contains mainly: green. Hex color #086B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086B14 is #F794EB. Grayscale: #434343. Windows color (decimal): -16225516 or 1338120. OLE color: 1338120.
HSL color Cylindrical-coordinate representation of color #086B14: hue angle of 127.27º 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 #086B14 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 107 | 20 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.58 |
| HSL | 127.27º | 0.86% | 0.23% | - |
| HSV(B) | 127.27º | 0.93% | 0.42% | - |
| XYZ | 5.48 | 10.62 | 2.42 | - |
| YUV | 67.48 | 101.2 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 107 | 20 | 0.93 | 0 | 0.81 | 0.58 | 127.27 | 0.86 | 0.23 |
| Hex | 8 | 6B | 14 | 5D | 0 | 51 | 3A | 7F | 56 | 17 |
| Octal | 10 | 153 | 24 | 135 | 0 | 121 | 72 | 177 | 126 | 27 |
| Binary | 1000 | 1101011 | 10100 | 1011101 | 0 | 1010001 | 111010 | 1111111 | 1010110 | 10111 |
Color Harmonies of #086B14
Complementary color
Monochromatic Colors of #086B14
Black with #086B14
Text Example
Text Example
White with #086B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086B14; }
p { color: rgb(8,107,20); }
H1.HeaderClassName
{
color: #086B14;
}
.AnyTagClassName
{
color: #086B14;
}
</style>
background-color css
<style>
a { background-color: #086B14; }
a { background-color: rgb(8,107,20); }
div.DivClassName
{
background-color: #086B14;
}
.BgClassName
{
background-color: #086B14;
}
</style>
border-color css
<style>
span { border-color: #086B14; }
span { border-color: rgb(8,107,20); }
td.TdClassName
{
border-color: #086B14;
}
.TagClassName
{
border-color: #086B14;
}
</style>