Shades of Green #086006
Tints of Green #086006
RGB
CMYK
RGB Variations
Color information
#086006 (or 0x086006) is known color: Green. HEX triplet: 08, 60 and 06. RGB value is (8,96,6). Sum of RGB (Red+Green+Blue) = 8+96+6=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 96 (37.89% from 255 or 87.27% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 96 - color contains mainly: green. Hex color #086006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086006 is #F79FF9. Grayscale: #3B3B3B. Windows color (decimal): -16228346 or 417800. OLE color: 417800.
HSL color Cylindrical-coordinate representation of color #086006: hue angle of 118.67º 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 #086006 is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 96 | 6 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.62 |
| HSL | 118.67º | 0.88% | 0.2% | - |
| HSV(B) | 118.67º | 0.94% | 0.38% | - |
| XYZ | 4.32 | 8.43 | 1.57 | - |
| YUV | 59.43 | 97.85 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 6 | 0.92 | 0 | 0.94 | 0.62 | 118.67 | 0.88 | 0.2 |
| Hex | 8 | 60 | 6 | 5C | 0 | 5E | 3E | 77 | 58 | 14 |
| Octal | 10 | 140 | 6 | 134 | 0 | 136 | 76 | 167 | 130 | 24 |
| Binary | 1000 | 1100000 | 110 | 1011100 | 0 | 1011110 | 111110 | 1110111 | 1011000 | 10100 |
Color Harmonies of #086006
Complementary color
Monochromatic Colors of #086006
Black with #086006
Text Example
Text Example
White with #086006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086006; }
p { color: rgb(8,96,6); }
H1.HeaderClassName
{
color: #086006;
}
.AnyTagClassName
{
color: #086006;
}
</style>
background-color css
<style>
a { background-color: #086006; }
a { background-color: rgb(8,96,6); }
div.DivClassName
{
background-color: #086006;
}
.BgClassName
{
background-color: #086006;
}
</style>
border-color css
<style>
span { border-color: #086006; }
span { border-color: rgb(8,96,6); }
td.TdClassName
{
border-color: #086006;
}
.TagClassName
{
border-color: #086006;
}
</style>