Shades of Green #086601
Tints of Green #086601
RGB
CMYK
RGB Variations
Color information
#086601 (or 0x086601) is known color: Green. HEX triplet: 08, 66 and 01. RGB value is (8,102,1). Sum of RGB (Red+Green+Blue) = 8+102+1=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 102 (40.23% from 255 or 91.89% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 102 - color contains mainly: green. Hex color #086601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086601 is #F799FE. Grayscale: #3E3E3E. Windows color (decimal): -16226815 or 91656. OLE color: 91656.
HSL color Cylindrical-coordinate representation of color #086601: hue angle of 115.84º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #086601 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.6 |
| HSL | 115.84º | 0.98% | 0.2% | - |
| HSV(B) | 115.84º | 0.99% | 0.4% | - |
| XYZ | 4.86 | 9.56 | 1.62 | - |
| YUV | 62.38 | 93.36 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 1 | 0.92 | 0 | 0.99 | 0.6 | 115.84 | 0.98 | 0.2 |
| Hex | 8 | 66 | 1 | 5C | 0 | 63 | 3C | 74 | 62 | 14 |
| Octal | 10 | 146 | 1 | 134 | 0 | 143 | 74 | 164 | 142 | 24 |
| Binary | 1000 | 1100110 | 1 | 1011100 | 0 | 1100011 | 111100 | 1110100 | 1100010 | 10100 |
Color Harmonies of #086601
Complementary color
Monochromatic Colors of #086601
Black with #086601
Text Example
Text Example
White with #086601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086601; }
p { color: rgb(8,102,1); }
H1.HeaderClassName
{
color: #086601;
}
.AnyTagClassName
{
color: #086601;
}
</style>
background-color css
<style>
a { background-color: #086601; }
a { background-color: rgb(8,102,1); }
div.DivClassName
{
background-color: #086601;
}
.BgClassName
{
background-color: #086601;
}
</style>
border-color css
<style>
span { border-color: #086601; }
span { border-color: rgb(8,102,1); }
td.TdClassName
{
border-color: #086601;
}
.TagClassName
{
border-color: #086601;
}
</style>