Shades of Green #086C19
Tints of Green #086C19
RGB
CMYK
RGB Variations
Color information
#086C19 (or 0x086C19) is known color: Green. HEX triplet: 08, 6C and 19. RGB value is (8,108,25). Sum of RGB (Red+Green+Blue) = 8+108+25=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 108 (42.58% from 255 or 76.60% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 108 - color contains mainly: green. Hex color #086C19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086C19 is #F793E6. Grayscale: #444444. Windows color (decimal): -16225255 or 1666056. OLE color: 1666056.
HSL color Cylindrical-coordinate representation of color #086C19: hue angle of 130.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 #086C19 is Cyan = 0.93, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 108 | 25 | - |
| CMYK | 0.93 | 0 | 0.77 | 0.58 |
| HSL | 130.2º | 0.86% | 0.23% | - |
| HSV(B) | 130.2º | 0.93% | 0.42% | - |
| XYZ | 5.64 | 10.85 | 2.72 | - |
| YUV | 68.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 25 | 0.93 | 0 | 0.77 | 0.58 | 130.2 | 0.86 | 0.23 |
| Hex | 8 | 6C | 19 | 5D | 0 | 4D | 3A | 82 | 56 | 17 |
| Octal | 10 | 154 | 31 | 135 | 0 | 115 | 72 | 202 | 126 | 27 |
| Binary | 1000 | 1101100 | 11001 | 1011101 | 0 | 1001101 | 111010 | 10000010 | 1010110 | 10111 |
Color Harmonies of #086C19
Complementary color
Monochromatic Colors of #086C19
Black with #086C19
Text Example
Text Example
White with #086C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C19; }
p { color: rgb(8,108,25); }
H1.HeaderClassName
{
color: #086C19;
}
.AnyTagClassName
{
color: #086C19;
}
</style>
background-color css
<style>
a { background-color: #086C19; }
a { background-color: rgb(8,108,25); }
div.DivClassName
{
background-color: #086C19;
}
.BgClassName
{
background-color: #086C19;
}
</style>
border-color css
<style>
span { border-color: #086C19; }
span { border-color: rgb(8,108,25); }
td.TdClassName
{
border-color: #086C19;
}
.TagClassName
{
border-color: #086C19;
}
</style>