Shades of Green #086710
Tints of Green #086710
RGB
CMYK
RGB Variations
Color information
#086710 (or 0x086710) is known color: Green. HEX triplet: 08, 67 and 10. RGB value is (8,103,16). Sum of RGB (Red+Green+Blue) = 8+103+16=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 103 (40.62% from 255 or 81.10% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 103 - color contains mainly: green. Hex color #086710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086710 is #F798EF. Grayscale: #404040. Windows color (decimal): -16226544 or 1074952. OLE color: 1074952.
HSL color Cylindrical-coordinate representation of color #086710: hue angle of 125.05º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086710 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 16 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.60 |
| HSL | 125.05º | 0.86% | 0.22% | - |
| HSV(B) | 125.05º | 0.92% | 0.4% | - |
| XYZ | 5.04 | 9.79 | 2.11 | - |
| YUV | 64.68 | 100.53 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 16 | 0.92 | 0 | 0.84 | 0.60 | 125.05 | 0.86 | 0.22 |
| Hex | 8 | 67 | 10 | 5C | 0 | 54 | 3C | 7D | 56 | 16 |
| Octal | 10 | 147 | 20 | 134 | 0 | 124 | 74 | 175 | 126 | 26 |
| Binary | 1000 | 1100111 | 10000 | 1011100 | 0 | 1010100 | 111100 | 1111101 | 1010110 | 10110 |
Color Harmonies of #086710
Complementary color
Monochromatic Colors of #086710
Black with #086710
Text Example
Text Example
White with #086710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086710; }
p { color: rgb(8,103,16); }
H1.HeaderClassName
{
color: #086710;
}
.AnyTagClassName
{
color: #086710;
}
</style>
background-color css
<style>
a { background-color: #086710; }
a { background-color: rgb(8,103,16); }
div.DivClassName
{
background-color: #086710;
}
.BgClassName
{
background-color: #086710;
}
</style>
border-color css
<style>
span { border-color: #086710; }
span { border-color: rgb(8,103,16); }
td.TdClassName
{
border-color: #086710;
}
.TagClassName
{
border-color: #086710;
}
</style>