Shades of Green #086201
Tints of Green #086201
RGB
CMYK
RGB Variations
Color information
#086201 (or 0x086201) is known color: Green. HEX triplet: 08, 62 and 01. RGB value is (8,98,1). Sum of RGB (Red+Green+Blue) = 8+98+1=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 98 (38.67% from 255 or 91.59% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 98 - color contains mainly: green. Hex color #086201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086201 is #F79DFE. Grayscale: #3C3C3C. Windows color (decimal): -16227839 or 90632. OLE color: 90632.
HSL color Cylindrical-coordinate representation of color #086201: hue angle of 115.67º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #086201 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 98 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.62 |
| HSL | 115.67º | 0.98% | 0.19% | - |
| HSV(B) | 115.67º | 0.99% | 0.38% | - |
| XYZ | 4.47 | 8.79 | 1.49 | - |
| YUV | 60.03 | 94.68 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 1 | 0.92 | 0 | 0.99 | 0.62 | 115.67 | 0.98 | 0.19 |
| Hex | 8 | 62 | 1 | 5C | 0 | 63 | 3E | 74 | 62 | 13 |
| Octal | 10 | 142 | 1 | 134 | 0 | 143 | 76 | 164 | 142 | 23 |
| Binary | 1000 | 1100010 | 1 | 1011100 | 0 | 1100011 | 111110 | 1110100 | 1100010 | 10011 |
Color Harmonies of #086201
Complementary color
Monochromatic Colors of #086201
Black with #086201
Text Example
Text Example
White with #086201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086201; }
p { color: rgb(8,98,1); }
H1.HeaderClassName
{
color: #086201;
}
.AnyTagClassName
{
color: #086201;
}
</style>
background-color css
<style>
a { background-color: #086201; }
a { background-color: rgb(8,98,1); }
div.DivClassName
{
background-color: #086201;
}
.BgClassName
{
background-color: #086201;
}
</style>
border-color css
<style>
span { border-color: #086201; }
span { border-color: rgb(8,98,1); }
td.TdClassName
{
border-color: #086201;
}
.TagClassName
{
border-color: #086201;
}
</style>