Shades of Green #086311
Tints of Green #086311
RGB
CMYK
RGB Variations
Color information
#086311 (or 0x086311) is known color: Green. HEX triplet: 08, 63 and 11. RGB value is (8,99,17). Sum of RGB (Red+Green+Blue) = 8+99+17=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 17 (7.03% from 255 or 13.71% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #086311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086311 is #F79CEE. Grayscale: #3E3E3E. Windows color (decimal): -16227567 or 1139464. OLE color: 1139464.
HSL color Cylindrical-coordinate representation of color #086311: hue angle of 125.93º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086311 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 99 | 17 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.61 |
| HSL | 125.93º | 0.85% | 0.21% | - |
| HSV(B) | 125.93º | 0.92% | 0.39% | - |
| XYZ | 4.66 | 9.02 | 2.02 | - |
| YUV | 62.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 99 | 17 | 0.92 | 0 | 0.83 | 0.61 | 125.93 | 0.85 | 0.21 |
| Hex | 8 | 63 | 11 | 5C | 0 | 53 | 3D | 7E | 55 | 15 |
| Octal | 10 | 143 | 21 | 134 | 0 | 123 | 75 | 176 | 125 | 25 |
| Binary | 1000 | 1100011 | 10001 | 1011100 | 0 | 1010011 | 111101 | 1111110 | 1010101 | 10101 |
Color Harmonies of #086311
Complementary color
Monochromatic Colors of #086311
Black with #086311
Text Example
Text Example
White with #086311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086311; }
p { color: rgb(8,99,17); }
H1.HeaderClassName
{
color: #086311;
}
.AnyTagClassName
{
color: #086311;
}
</style>
background-color css
<style>
a { background-color: #086311; }
a { background-color: rgb(8,99,17); }
div.DivClassName
{
background-color: #086311;
}
.BgClassName
{
background-color: #086311;
}
</style>
border-color css
<style>
span { border-color: #086311; }
span { border-color: rgb(8,99,17); }
td.TdClassName
{
border-color: #086311;
}
.TagClassName
{
border-color: #086311;
}
</style>