Shades of Green #086200
Tints of Green #086200
RGB
CMYK
RGB Variations
Color information
#086200 (or 0x086200) is known color: Green. HEX triplet: 08, 62 and 00. RGB value is (8,98,0). Sum of RGB (Red+Green+Blue) = 8+98+0=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 98 (38.67% from 255 or 92.45% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 98 - color contains mainly: green. Hex color #086200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086200 is #F79DFF. Grayscale: #3C3C3C. Windows color (decimal): -16227840 or 25096. OLE color: 25096.
HSL color Cylindrical-coordinate representation of color #086200: hue angle of 115.1º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #086200 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.62 |
| HSL | 115.1º | 1% | 0.19% | - |
| HSV(B) | 115.1º | 1% | 0.38% | - |
| XYZ | 4.47 | 8.79 | 1.46 | - |
| YUV | 59.92 | 94.18 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 0 | 0.92 | 0 | 1 | 0.62 | 115.1 | 1 | 0.19 |
| Hex | 8 | 62 | 0 | 5C | 0 | 64 | 3E | 73 | 64 | 13 |
| Octal | 10 | 142 | 0 | 134 | 0 | 144 | 76 | 163 | 144 | 23 |
| Binary | 1000 | 1100010 | 0 | 1011100 | 0 | 1100100 | 111110 | 1110011 | 1100100 | 10011 |
Color Harmonies of #086200
Complementary color
Monochromatic Colors of #086200
Black with #086200
Text Example
Text Example
White with #086200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086200; }
p { color: rgb(8,98,0); }
H1.HeaderClassName
{
color: #086200;
}
.AnyTagClassName
{
color: #086200;
}
</style>
background-color css
<style>
a { background-color: #086200; }
a { background-color: rgb(8,98,0); }
div.DivClassName
{
background-color: #086200;
}
.BgClassName
{
background-color: #086200;
}
</style>
border-color css
<style>
span { border-color: #086200; }
span { border-color: rgb(8,98,0); }
td.TdClassName
{
border-color: #086200;
}
.TagClassName
{
border-color: #086200;
}
</style>