Shades of Green #086204
Tints of Green #086204
RGB
CMYK
RGB Variations
Color information
#086204 (or 0x086204) is known color: Green. HEX triplet: 08, 62 and 04. RGB value is (8,98,4). Sum of RGB (Red+Green+Blue) = 8+98+4=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 98 (38.67% from 255 or 89.09% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 98 - color contains mainly: green. Hex color #086204 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086204 is #F79DFB. Grayscale: #3C3C3C. Windows color (decimal): -16227836 or 287240. OLE color: 287240.
HSL color Cylindrical-coordinate representation of color #086204: hue angle of 117.45º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086204 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 4 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.62 |
| HSL | 117.45º | 0.92% | 0.2% | - |
| HSV(B) | 117.45º | 0.96% | 0.38% | - |
| XYZ | 4.49 | 8.8 | 1.58 | - |
| YUV | 60.37 | 96.18 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 4 | 0.92 | 0 | 0.96 | 0.62 | 117.45 | 0.92 | 0.2 |
| Hex | 8 | 62 | 4 | 5C | 0 | 60 | 3E | 75 | 5C | 14 |
| Octal | 10 | 142 | 4 | 134 | 0 | 140 | 76 | 165 | 134 | 24 |
| Binary | 1000 | 1100010 | 100 | 1011100 | 0 | 1100000 | 111110 | 1110101 | 1011100 | 10100 |
Color Harmonies of #086204
Complementary color
Monochromatic Colors of #086204
Black with #086204
Text Example
Text Example
White with #086204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086204; }
p { color: rgb(8,98,4); }
H1.HeaderClassName
{
color: #086204;
}
.AnyTagClassName
{
color: #086204;
}
</style>
background-color css
<style>
a { background-color: #086204; }
a { background-color: rgb(8,98,4); }
div.DivClassName
{
background-color: #086204;
}
.BgClassName
{
background-color: #086204;
}
</style>
border-color css
<style>
span { border-color: #086204; }
span { border-color: rgb(8,98,4); }
td.TdClassName
{
border-color: #086204;
}
.TagClassName
{
border-color: #086204;
}
</style>