Shades of Green #086505
Tints of Green #086505
RGB
CMYK
RGB Variations
Color information
#086505 (or 0x086505) is known color: Green. HEX triplet: 08, 65 and 05. RGB value is (8,101,5). Sum of RGB (Red+Green+Blue) = 8+101+5=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 101 (39.84% from 255 or 88.60% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 101 - color contains mainly: green. Hex color #086505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086505 is #F79AFA. Grayscale: #3E3E3E. Windows color (decimal): -16227067 or 353544. OLE color: 353544.
HSL color Cylindrical-coordinate representation of color #086505: hue angle of 118.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086505 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 101 | 5 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.60 |
| HSL | 118.13º | 0.91% | 0.21% | - |
| HSV(B) | 118.13º | 0.95% | 0.4% | - |
| XYZ | 4.78 | 9.37 | 1.7 | - |
| YUV | 62.25 | 95.69 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 5 | 0.92 | 0 | 0.95 | 0.60 | 118.13 | 0.91 | 0.21 |
| Hex | 8 | 65 | 5 | 5C | 0 | 5F | 3C | 76 | 5B | 15 |
| Octal | 10 | 145 | 5 | 134 | 0 | 137 | 74 | 166 | 133 | 25 |
| Binary | 1000 | 1100101 | 101 | 1011100 | 0 | 1011111 | 111100 | 1110110 | 1011011 | 10101 |
Color Harmonies of #086505
Complementary color
Monochromatic Colors of #086505
Black with #086505
Text Example
Text Example
White with #086505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086505; }
p { color: rgb(8,101,5); }
H1.HeaderClassName
{
color: #086505;
}
.AnyTagClassName
{
color: #086505;
}
</style>
background-color css
<style>
a { background-color: #086505; }
a { background-color: rgb(8,101,5); }
div.DivClassName
{
background-color: #086505;
}
.BgClassName
{
background-color: #086505;
}
</style>
border-color css
<style>
span { border-color: #086505; }
span { border-color: rgb(8,101,5); }
td.TdClassName
{
border-color: #086505;
}
.TagClassName
{
border-color: #086505;
}
</style>