Shades of Green #086C14
Tints of Green #086C14
RGB
CMYK
RGB Variations
Color information
#086C14 (or 0x086C14) is known color: Green. HEX triplet: 08, 6C and 14. RGB value is (8,108,20). Sum of RGB (Red+Green+Blue) = 8+108+20=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 108 (42.58% from 255 or 79.41% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 108 - color contains mainly: green. Hex color #086C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C14 is #F793EB. Grayscale: #444444. Windows color (decimal): -16225260 or 1338376. OLE color: 1338376.
HSL color Cylindrical-coordinate representation of color #086C14: hue angle of 127.2º 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 #086C14 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 20 | - |
| CMYK | 0.93 | 0 | 0.81 | 0.58 |
| HSL | 127.2º | 0.86% | 0.23% | - |
| HSV(B) | 127.2º | 0.93% | 0.42% | - |
| XYZ | 5.59 | 10.83 | 2.46 | - |
| YUV | 68.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 20 | 0.93 | 0 | 0.81 | 0.58 | 127.2 | 0.86 | 0.23 |
| Hex | 8 | 6C | 14 | 5D | 0 | 51 | 3A | 7F | 56 | 17 |
| Octal | 10 | 154 | 24 | 135 | 0 | 121 | 72 | 177 | 126 | 27 |
| Binary | 1000 | 1101100 | 10100 | 1011101 | 0 | 1010001 | 111010 | 1111111 | 1010110 | 10111 |
Color Harmonies of #086C14
Complementary color
Monochromatic Colors of #086C14
Black with #086C14
Text Example
Text Example
White with #086C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C14; }
p { color: rgb(8,108,20); }
H1.HeaderClassName
{
color: #086C14;
}
.AnyTagClassName
{
color: #086C14;
}
</style>
background-color css
<style>
a { background-color: #086C14; }
a { background-color: rgb(8,108,20); }
div.DivClassName
{
background-color: #086C14;
}
.BgClassName
{
background-color: #086C14;
}
</style>
border-color css
<style>
span { border-color: #086C14; }
span { border-color: rgb(8,108,20); }
td.TdClassName
{
border-color: #086C14;
}
.TagClassName
{
border-color: #086C14;
}
</style>