Shades of Green #086705
Tints of Green #086705
RGB
CMYK
RGB Variations
Color information
#086705 (or 0x086705) is known color: Green. HEX triplet: 08, 67 and 05. RGB value is (8,103,5). Sum of RGB (Red+Green+Blue) = 8+103+5=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 103 (40.62% from 255 or 88.79% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 103 - color contains mainly: green. Hex color #086705 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086705 is #F798FA. Grayscale: #3F3F3F. Windows color (decimal): -16226555 or 354056. OLE color: 354056.
HSL color Cylindrical-coordinate representation of color #086705: hue angle of 118.16º 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 #086705 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 5 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.60 |
| HSL | 118.16º | 0.91% | 0.21% | - |
| HSV(B) | 118.16º | 0.95% | 0.4% | - |
| XYZ | 4.98 | 9.76 | 1.77 | - |
| YUV | 63.42 | 95.03 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 5 | 0.92 | 0 | 0.95 | 0.60 | 118.16 | 0.91 | 0.21 |
| Hex | 8 | 67 | 5 | 5C | 0 | 5F | 3C | 76 | 5B | 15 |
| Octal | 10 | 147 | 5 | 134 | 0 | 137 | 74 | 166 | 133 | 25 |
| Binary | 1000 | 1100111 | 101 | 1011100 | 0 | 1011111 | 111100 | 1110110 | 1011011 | 10101 |
Color Harmonies of #086705
Complementary color
Monochromatic Colors of #086705
Black with #086705
Text Example
Text Example
White with #086705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086705; }
p { color: rgb(8,103,5); }
H1.HeaderClassName
{
color: #086705;
}
.AnyTagClassName
{
color: #086705;
}
</style>
background-color css
<style>
a { background-color: #086705; }
a { background-color: rgb(8,103,5); }
div.DivClassName
{
background-color: #086705;
}
.BgClassName
{
background-color: #086705;
}
</style>
border-color css
<style>
span { border-color: #086705; }
span { border-color: rgb(8,103,5); }
td.TdClassName
{
border-color: #086705;
}
.TagClassName
{
border-color: #086705;
}
</style>