Shades of Green #086602
Tints of Green #086602
RGB
CMYK
RGB Variations
Color information
#086602 (or 0x086602) is known color: Green. HEX triplet: 08, 66 and 02. RGB value is (8,102,2). Sum of RGB (Red+Green+Blue) = 8+102+2=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 102 (40.23% from 255 or 91.07% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 102 - color contains mainly: green. Hex color #086602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086602 is #F799FD. Grayscale: #3E3E3E. Windows color (decimal): -16226814 or 157192. OLE color: 157192.
HSL color Cylindrical-coordinate representation of color #086602: hue angle of 116.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #086602 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 2 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.6 |
| HSL | 116.4º | 0.96% | 0.2% | - |
| HSV(B) | 116.4º | 0.98% | 0.4% | - |
| XYZ | 4.86 | 9.56 | 1.65 | - |
| YUV | 62.49 | 93.86 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 2 | 0.92 | 0 | 0.98 | 0.6 | 116.4 | 0.96 | 0.2 |
| Hex | 8 | 66 | 2 | 5C | 0 | 62 | 3C | 74 | 60 | 14 |
| Octal | 10 | 146 | 2 | 134 | 0 | 142 | 74 | 164 | 140 | 24 |
| Binary | 1000 | 1100110 | 10 | 1011100 | 0 | 1100010 | 111100 | 1110100 | 1100000 | 10100 |
Color Harmonies of #086602
Complementary color
Monochromatic Colors of #086602
Black with #086602
Text Example
Text Example
White with #086602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086602; }
p { color: rgb(8,102,2); }
H1.HeaderClassName
{
color: #086602;
}
.AnyTagClassName
{
color: #086602;
}
</style>
background-color css
<style>
a { background-color: #086602; }
a { background-color: rgb(8,102,2); }
div.DivClassName
{
background-color: #086602;
}
.BgClassName
{
background-color: #086602;
}
</style>
border-color css
<style>
span { border-color: #086602; }
span { border-color: rgb(8,102,2); }
td.TdClassName
{
border-color: #086602;
}
.TagClassName
{
border-color: #086602;
}
</style>