Shades of Green #086605
Tints of Green #086605
RGB
CMYK
RGB Variations
Color information
#086605 (or 0x086605) is known color: Green. HEX triplet: 08, 66 and 05. RGB value is (8,102,5). Sum of RGB (Red+Green+Blue) = 8+102+5=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 102 (40.23% from 255 or 88.70% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 102 - color contains mainly: green. Hex color #086605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086605 is #F799FA. Grayscale: #3F3F3F. Windows color (decimal): -16226811 or 353800. OLE color: 353800.
HSL color Cylindrical-coordinate representation of color #086605: hue angle of 118.14º 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 #086605 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 5 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.6 |
| HSL | 118.14º | 0.91% | 0.21% | - |
| HSV(B) | 118.14º | 0.95% | 0.4% | - |
| XYZ | 4.88 | 9.57 | 1.73 | - |
| YUV | 62.84 | 95.36 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 5 | 0.92 | 0 | 0.95 | 0.6 | 118.14 | 0.91 | 0.21 |
| Hex | 8 | 66 | 5 | 5C | 0 | 5F | 3C | 76 | 5B | 15 |
| Octal | 10 | 146 | 5 | 134 | 0 | 137 | 74 | 166 | 133 | 25 |
| Binary | 1000 | 1100110 | 101 | 1011100 | 0 | 1011111 | 111100 | 1110110 | 1011011 | 10101 |
Color Harmonies of #086605
Complementary color
Monochromatic Colors of #086605
Black with #086605
Text Example
Text Example
White with #086605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086605; }
p { color: rgb(8,102,5); }
H1.HeaderClassName
{
color: #086605;
}
.AnyTagClassName
{
color: #086605;
}
</style>
background-color css
<style>
a { background-color: #086605; }
a { background-color: rgb(8,102,5); }
div.DivClassName
{
background-color: #086605;
}
.BgClassName
{
background-color: #086605;
}
</style>
border-color css
<style>
span { border-color: #086605; }
span { border-color: rgb(8,102,5); }
td.TdClassName
{
border-color: #086605;
}
.TagClassName
{
border-color: #086605;
}
</style>