Shades of Green #086C06
Tints of Green #086C06
RGB
CMYK
RGB Variations
Color information
#086C06 (or 0x086C06) is known color: Green. HEX triplet: 08, 6C and 06. RGB value is (8,108,6). Sum of RGB (Red+Green+Blue) = 8+108+6=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 108 (42.58% from 255 or 88.52% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 108 - color contains mainly: green. Hex color #086C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C06 is #F793F9. Grayscale: #424242. Windows color (decimal): -16225274 or 420872. OLE color: 420872.
HSL color Cylindrical-coordinate representation of color #086C06: hue angle of 118.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086C06 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 6 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.58 |
| HSL | 118.82º | 0.89% | 0.22% | - |
| HSV(B) | 118.82º | 0.94% | 0.42% | - |
| XYZ | 5.5 | 10.79 | 1.97 | - |
| YUV | 66.47 | 93.87 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 6 | 0.93 | 0 | 0.94 | 0.58 | 118.82 | 0.89 | 0.22 |
| Hex | 8 | 6C | 6 | 5D | 0 | 5E | 3A | 77 | 59 | 16 |
| Octal | 10 | 154 | 6 | 135 | 0 | 136 | 72 | 167 | 131 | 26 |
| Binary | 1000 | 1101100 | 110 | 1011101 | 0 | 1011110 | 111010 | 1110111 | 1011001 | 10110 |
Color Harmonies of #086C06
Complementary color
Monochromatic Colors of #086C06
Black with #086C06
Text Example
Text Example
White with #086C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C06; }
p { color: rgb(8,108,6); }
H1.HeaderClassName
{
color: #086C06;
}
.AnyTagClassName
{
color: #086C06;
}
</style>
background-color css
<style>
a { background-color: #086C06; }
a { background-color: rgb(8,108,6); }
div.DivClassName
{
background-color: #086C06;
}
.BgClassName
{
background-color: #086C06;
}
</style>
border-color css
<style>
span { border-color: #086C06; }
span { border-color: rgb(8,108,6); }
td.TdClassName
{
border-color: #086C06;
}
.TagClassName
{
border-color: #086C06;
}
</style>