Shades of Green #086C08
Tints of Green #086C08
RGB
CMYK
RGB Variations
Color information
#086C08 (or 0x086C08) is known color: Green. HEX triplet: 08, 6C and 08. RGB value is (8,108,8). Sum of RGB (Red+Green+Blue) = 8+108+8=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 108 (42.58% from 255 or 87.10% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 108 - color contains mainly: green. Hex color #086C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C08 is #F793F7. Grayscale: #434343. Windows color (decimal): -16225272 or 551944. OLE color: 551944.
HSL color Cylindrical-coordinate representation of color #086C08: hue angle of 120º 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 #086C08 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 8 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.58 |
| HSL | 120º | 0.86% | 0.23% | - |
| HSV(B) | 120º | 0.93% | 0.42% | - |
| XYZ | 5.51 | 10.79 | 2.02 | - |
| YUV | 66.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 8 | 0.93 | 0 | 0.93 | 0.58 | 120 | 0.86 | 0.23 |
| Hex | 8 | 6C | 8 | 5D | 0 | 5D | 3A | 78 | 56 | 17 |
| Octal | 10 | 154 | 10 | 135 | 0 | 135 | 72 | 170 | 126 | 27 |
| Binary | 1000 | 1101100 | 1000 | 1011101 | 0 | 1011101 | 111010 | 1111000 | 1010110 | 10111 |
Color Harmonies of #086C08
Complementary color
Monochromatic Colors of #086C08
Black with #086C08
Text Example
Text Example
White with #086C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C08; }
p { color: rgb(8,108,8); }
H1.HeaderClassName
{
color: #086C08;
}
.AnyTagClassName
{
color: #086C08;
}
</style>
background-color css
<style>
a { background-color: #086C08; }
a { background-color: rgb(8,108,8); }
div.DivClassName
{
background-color: #086C08;
}
.BgClassName
{
background-color: #086C08;
}
</style>
border-color css
<style>
span { border-color: #086C08; }
span { border-color: rgb(8,108,8); }
td.TdClassName
{
border-color: #086C08;
}
.TagClassName
{
border-color: #086C08;
}
</style>