Shades of Green #086210
Tints of Green #086210
RGB
CMYK
RGB Variations
Color information
#086210 (or 0x086210) is known color: Green. HEX triplet: 08, 62 and 10. RGB value is (8,98,16). Sum of RGB (Red+Green+Blue) = 8+98+16=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 98 (38.67% from 255 or 80.33% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 98 - color contains mainly: green. Hex color #086210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086210 is #F79DEF. Grayscale: #3D3D3D. Windows color (decimal): -16227824 or 1073672. OLE color: 1073672.
HSL color Cylindrical-coordinate representation of color #086210: hue angle of 125.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086210 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 16 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.62 |
| HSL | 125.33º | 0.85% | 0.21% | - |
| HSV(B) | 125.33º | 0.92% | 0.38% | - |
| XYZ | 4.56 | 8.82 | 1.95 | - |
| YUV | 61.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 16 | 0.92 | 0 | 0.84 | 0.62 | 125.33 | 0.85 | 0.21 |
| Hex | 8 | 62 | 10 | 5C | 0 | 54 | 3E | 7D | 55 | 15 |
| Octal | 10 | 142 | 20 | 134 | 0 | 124 | 76 | 175 | 125 | 25 |
| Binary | 1000 | 1100010 | 10000 | 1011100 | 0 | 1010100 | 111110 | 1111101 | 1010101 | 10101 |
Color Harmonies of #086210
Complementary color
Monochromatic Colors of #086210
Black with #086210
Text Example
Text Example
White with #086210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086210; }
p { color: rgb(8,98,16); }
H1.HeaderClassName
{
color: #086210;
}
.AnyTagClassName
{
color: #086210;
}
</style>
background-color css
<style>
a { background-color: #086210; }
a { background-color: rgb(8,98,16); }
div.DivClassName
{
background-color: #086210;
}
.BgClassName
{
background-color: #086210;
}
</style>
border-color css
<style>
span { border-color: #086210; }
span { border-color: rgb(8,98,16); }
td.TdClassName
{
border-color: #086210;
}
.TagClassName
{
border-color: #086210;
}
</style>