Shades of Green #086603
Tints of Green #086603
RGB
CMYK
RGB Variations
Color information
#086603 (or 0x086603) is known color: Green. HEX triplet: 08, 66 and 03. RGB value is (8,102,3). Sum of RGB (Red+Green+Blue) = 8+102+3=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 102 (40.23% from 255 or 90.27% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 102 - color contains mainly: green. Hex color #086603 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086603 is #F799FC. Grayscale: #3E3E3E. Windows color (decimal): -16226813 or 222728. OLE color: 222728.
HSL color Cylindrical-coordinate representation of color #086603: hue angle of 116.97º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086603 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 3 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.6 |
| HSL | 116.97º | 0.94% | 0.21% | - |
| HSV(B) | 116.97º | 0.97% | 0.4% | - |
| XYZ | 4.87 | 9.56 | 1.68 | - |
| YUV | 62.61 | 94.36 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 3 | 0.92 | 0 | 0.97 | 0.6 | 116.97 | 0.94 | 0.21 |
| Hex | 8 | 66 | 3 | 5C | 0 | 61 | 3C | 75 | 5E | 15 |
| Octal | 10 | 146 | 3 | 134 | 0 | 141 | 74 | 165 | 136 | 25 |
| Binary | 1000 | 1100110 | 11 | 1011100 | 0 | 1100001 | 111100 | 1110101 | 1011110 | 10101 |
Color Harmonies of #086603
Complementary color
Monochromatic Colors of #086603
Black with #086603
Text Example
Text Example
White with #086603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086603; }
p { color: rgb(8,102,3); }
H1.HeaderClassName
{
color: #086603;
}
.AnyTagClassName
{
color: #086603;
}
</style>
background-color css
<style>
a { background-color: #086603; }
a { background-color: rgb(8,102,3); }
div.DivClassName
{
background-color: #086603;
}
.BgClassName
{
background-color: #086603;
}
</style>
border-color css
<style>
span { border-color: #086603; }
span { border-color: rgb(8,102,3); }
td.TdClassName
{
border-color: #086603;
}
.TagClassName
{
border-color: #086603;
}
</style>