Shades of Green #086206
Tints of Green #086206
RGB
CMYK
RGB Variations
Color information
#086206 (or 0x086206) is known color: Green. HEX triplet: 08, 62 and 06. RGB value is (8,98,6). Sum of RGB (Red+Green+Blue) = 8+98+6=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 98 (38.67% from 255 or 87.5% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 98 - color contains mainly: green. Hex color #086206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086206 is #F79DF9. Grayscale: #3C3C3C. Windows color (decimal): -16227834 or 418312. OLE color: 418312.
HSL color Cylindrical-coordinate representation of color #086206: hue angle of 118.7º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086206 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 6 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.62 |
| HSL | 118.7º | 0.88% | 0.2% | - |
| HSV(B) | 118.7º | 0.94% | 0.38% | - |
| XYZ | 4.5 | 8.8 | 1.63 | - |
| YUV | 60.6 | 97.18 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 6 | 0.92 | 0 | 0.94 | 0.62 | 118.7 | 0.88 | 0.2 |
| Hex | 8 | 62 | 6 | 5C | 0 | 5E | 3E | 77 | 58 | 14 |
| Octal | 10 | 142 | 6 | 134 | 0 | 136 | 76 | 167 | 130 | 24 |
| Binary | 1000 | 1100010 | 110 | 1011100 | 0 | 1011110 | 111110 | 1110111 | 1011000 | 10100 |
Color Harmonies of #086206
Complementary color
Monochromatic Colors of #086206
Black with #086206
Text Example
Text Example
White with #086206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086206; }
p { color: rgb(8,98,6); }
H1.HeaderClassName
{
color: #086206;
}
.AnyTagClassName
{
color: #086206;
}
</style>
background-color css
<style>
a { background-color: #086206; }
a { background-color: rgb(8,98,6); }
div.DivClassName
{
background-color: #086206;
}
.BgClassName
{
background-color: #086206;
}
</style>
border-color css
<style>
span { border-color: #086206; }
span { border-color: rgb(8,98,6); }
td.TdClassName
{
border-color: #086206;
}
.TagClassName
{
border-color: #086206;
}
</style>