Shades of Green #116501
Tints of Green #116501
RGB
CMYK
RGB Variations
Color information
#116501 (or 0x116501) is known color: Green. HEX triplet: 11, 65 and 01. RGB value is (17,101,1). Sum of RGB (Red+Green+Blue) = 17+101+1=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 101 (39.84% from 255 or 84.87% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 101 - color contains mainly: green. Hex color #116501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116501 is #EE9AFE. Grayscale: #404040. Windows color (decimal): -15637247 or 91409. OLE color: 91409.
HSL color Cylindrical-coordinate representation of color #116501: hue angle of 110.4º 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 #116501 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 101 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.60 |
| HSL | 110.4º | 0.98% | 0.2% | - |
| HSV(B) | 110.4º | 0.99% | 0.4% | - |
| XYZ | 4.89 | 9.43 | 1.59 | - |
| YUV | 64.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 1 | 0.83 | 0 | 0.99 | 0.60 | 110.4 | 0.98 | 0.2 |
| Hex | 11 | 65 | 1 | 53 | 0 | 63 | 3C | 6E | 62 | 14 |
| Octal | 21 | 145 | 1 | 123 | 0 | 143 | 74 | 156 | 142 | 24 |
| Binary | 10001 | 1100101 | 1 | 1010011 | 0 | 1100011 | 111100 | 1101110 | 1100010 | 10100 |
Color Harmonies of #116501
Complementary color
Monochromatic Colors of #116501
Black with #116501
Text Example
Text Example
White with #116501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116501; }
p { color: rgb(17,101,1); }
H1.HeaderClassName
{
color: #116501;
}
.AnyTagClassName
{
color: #116501;
}
</style>
background-color css
<style>
a { background-color: #116501; }
a { background-color: rgb(17,101,1); }
div.DivClassName
{
background-color: #116501;
}
.BgClassName
{
background-color: #116501;
}
</style>
border-color css
<style>
span { border-color: #116501; }
span { border-color: rgb(17,101,1); }
td.TdClassName
{
border-color: #116501;
}
.TagClassName
{
border-color: #116501;
}
</style>