Shades of Green #086511
Tints of Green #086511
RGB
CMYK
RGB Variations
Color information
#086511 (or 0x086511) is known color: Green. HEX triplet: 08, 65 and 11. RGB value is (8,101,17). Sum of RGB (Red+Green+Blue) = 8+101+17=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 101 (39.84% from 255 or 80.16% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 101 - color contains mainly: green. Hex color #086511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086511 is #F79AEE. Grayscale: #3F3F3F. Windows color (decimal): -16227055 or 1139976. OLE color: 1139976.
HSL color Cylindrical-coordinate representation of color #086511: hue angle of 125.81º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086511 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 17 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.60 |
| HSL | 125.81º | 0.85% | 0.21% | - |
| HSV(B) | 125.81º | 0.92% | 0.4% | - |
| XYZ | 4.85 | 9.4 | 2.09 | - |
| YUV | 63.62 | 101.69 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 17 | 0.92 | 0 | 0.83 | 0.60 | 125.81 | 0.85 | 0.21 |
| Hex | 8 | 65 | 11 | 5C | 0 | 53 | 3C | 7E | 55 | 15 |
| Octal | 10 | 145 | 21 | 134 | 0 | 123 | 74 | 176 | 125 | 25 |
| Binary | 1000 | 1100101 | 10001 | 1011100 | 0 | 1010011 | 111100 | 1111110 | 1010101 | 10101 |
Color Harmonies of #086511
Complementary color
Monochromatic Colors of #086511
Black with #086511
Text Example
Text Example
White with #086511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086511; }
p { color: rgb(8,101,17); }
H1.HeaderClassName
{
color: #086511;
}
.AnyTagClassName
{
color: #086511;
}
</style>
background-color css
<style>
a { background-color: #086511; }
a { background-color: rgb(8,101,17); }
div.DivClassName
{
background-color: #086511;
}
.BgClassName
{
background-color: #086511;
}
</style>
border-color css
<style>
span { border-color: #086511; }
span { border-color: rgb(8,101,17); }
td.TdClassName
{
border-color: #086511;
}
.TagClassName
{
border-color: #086511;
}
</style>