Shades of Green #086C0A
Tints of Green #086C0A
RGB
CMYK
RGB Variations
Color information
#086C0A (or 0x086C0A) is known color: Green. HEX triplet: 08, 6C and 0A. RGB value is (8,108,10). Sum of RGB (Red+Green+Blue) = 8+108+10=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 108 (42.58% from 255 or 85.71% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 108 - color contains mainly: green. Hex color #086C0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C0A is #F793F5. Grayscale: #434343. Windows color (decimal): -16225270 or 683016. OLE color: 683016.
HSL color Cylindrical-coordinate representation of color #086C0A: hue angle of 121.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 #086C0A is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 10 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.58 |
| HSL | 121.2º | 0.86% | 0.23% | - |
| HSV(B) | 121.2º | 0.93% | 0.42% | - |
| XYZ | 5.52 | 10.8 | 2.08 | - |
| YUV | 66.93 | 95.87 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 10 | 0.93 | 0 | 0.91 | 0.58 | 121.2 | 0.86 | 0.23 |
| Hex | 8 | 6C | A | 5D | 0 | 5B | 3A | 79 | 56 | 17 |
| Octal | 10 | 154 | 12 | 135 | 0 | 133 | 72 | 171 | 126 | 27 |
| Binary | 1000 | 1101100 | 1010 | 1011101 | 0 | 1011011 | 111010 | 1111001 | 1010110 | 10111 |
Color Harmonies of #086C0A
Complementary color
Monochromatic Colors of #086C0A
Black with #086C0A
Text Example
Text Example
White with #086C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C0A; }
p { color: rgb(8,108,10); }
H1.HeaderClassName
{
color: #086C0A;
}
.AnyTagClassName
{
color: #086C0A;
}
</style>
background-color css
<style>
a { background-color: #086C0A; }
a { background-color: rgb(8,108,10); }
div.DivClassName
{
background-color: #086C0A;
}
.BgClassName
{
background-color: #086C0A;
}
</style>
border-color css
<style>
span { border-color: #086C0A; }
span { border-color: rgb(8,108,10); }
td.TdClassName
{
border-color: #086C0A;
}
.TagClassName
{
border-color: #086C0A;
}
</style>