Shades of Green #086C07
Tints of Green #086C07
RGB
CMYK
RGB Variations
Color information
#086C07 (or 0x086C07) is known color: Green. HEX triplet: 08, 6C and 07. RGB value is (8,108,7). Sum of RGB (Red+Green+Blue) = 8+108+7=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 108 (42.58% from 255 or 87.80% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 108 - color contains mainly: green. Hex color #086C07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C07 is #F793F8. Grayscale: #424242. Windows color (decimal): -16225273 or 486408. OLE color: 486408.
HSL color Cylindrical-coordinate representation of color #086C07: hue angle of 119.41º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086C07 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 7 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.58 |
| HSL | 119.41º | 0.88% | 0.23% | - |
| HSV(B) | 119.41º | 0.94% | 0.42% | - |
| XYZ | 5.5 | 10.79 | 1.99 | - |
| YUV | 66.59 | 94.37 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 7 | 0.93 | 0 | 0.94 | 0.58 | 119.41 | 0.88 | 0.23 |
| Hex | 8 | 6C | 7 | 5D | 0 | 5E | 3A | 77 | 58 | 17 |
| Octal | 10 | 154 | 7 | 135 | 0 | 136 | 72 | 167 | 130 | 27 |
| Binary | 1000 | 1101100 | 111 | 1011101 | 0 | 1011110 | 111010 | 1110111 | 1011000 | 10111 |
Color Harmonies of #086C07
Complementary color
Monochromatic Colors of #086C07
Black with #086C07
Text Example
Text Example
White with #086C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C07; }
p { color: rgb(8,108,7); }
H1.HeaderClassName
{
color: #086C07;
}
.AnyTagClassName
{
color: #086C07;
}
</style>
background-color css
<style>
a { background-color: #086C07; }
a { background-color: rgb(8,108,7); }
div.DivClassName
{
background-color: #086C07;
}
.BgClassName
{
background-color: #086C07;
}
</style>
border-color css
<style>
span { border-color: #086C07; }
span { border-color: rgb(8,108,7); }
td.TdClassName
{
border-color: #086C07;
}
.TagClassName
{
border-color: #086C07;
}
</style>