Shades of Green #086D13
Tints of Green #086D13
RGB
CMYK
RGB Variations
Color information
#086D13 (or 0x086D13) is known color: Green. HEX triplet: 08, 6D and 13. RGB value is (8,109,19). Sum of RGB (Red+Green+Blue) = 8+109+19=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 109 (42.97% from 255 or 80.15% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 109 - color contains mainly: green. Hex color #086D13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086D13 is #F792EC. Grayscale: #444444. Windows color (decimal): -16225005 or 1273096. OLE color: 1273096.
HSL color Cylindrical-coordinate representation of color #086D13: hue angle of 126.53º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086D13 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 109 | 19 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.57 |
| HSL | 126.53º | 0.86% | 0.23% | - |
| HSV(B) | 126.53º | 0.93% | 0.43% | - |
| XYZ | 5.69 | 11.04 | 2.45 | - |
| YUV | 68.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 109 | 19 | 0.93 | 0 | 0.83 | 0.57 | 126.53 | 0.86 | 0.23 |
| Hex | 8 | 6D | 13 | 5D | 0 | 53 | 39 | 7F | 56 | 17 |
| Octal | 10 | 155 | 23 | 135 | 0 | 123 | 71 | 177 | 126 | 27 |
| Binary | 1000 | 1101101 | 10011 | 1011101 | 0 | 1010011 | 111001 | 1111111 | 1010110 | 10111 |
Color Harmonies of #086D13
Complementary color
Monochromatic Colors of #086D13
Black with #086D13
Text Example
Text Example
White with #086D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086D13; }
p { color: rgb(8,109,19); }
H1.HeaderClassName
{
color: #086D13;
}
.AnyTagClassName
{
color: #086D13;
}
</style>
background-color css
<style>
a { background-color: #086D13; }
a { background-color: rgb(8,109,19); }
div.DivClassName
{
background-color: #086D13;
}
.BgClassName
{
background-color: #086D13;
}
</style>
border-color css
<style>
span { border-color: #086D13; }
span { border-color: rgb(8,109,19); }
td.TdClassName
{
border-color: #086D13;
}
.TagClassName
{
border-color: #086D13;
}
</style>