Shades of Green #116901
Tints of Green #116901
RGB
CMYK
RGB Variations
Color information
#116901 (or 0x116901) is known color: Green. HEX triplet: 11, 69 and 01. RGB value is (17,105,1). Sum of RGB (Red+Green+Blue) = 17+105+1=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 105 (41.41% from 255 or 85.37% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 105 - color contains mainly: green. Hex color #116901 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116901 is #EE96FE. Grayscale: #434343. Windows color (decimal): -15636223 or 92433. OLE color: 92433.
HSL color Cylindrical-coordinate representation of color #116901: hue angle of 110.77º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #116901 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.59 |
| HSL | 110.77º | 0.98% | 0.21% | - |
| HSV(B) | 110.77º | 0.99% | 0.41% | - |
| XYZ | 5.29 | 10.22 | 1.72 | - |
| YUV | 66.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 1 | 0.84 | 0 | 0.99 | 0.59 | 110.77 | 0.98 | 0.21 |
| Hex | 11 | 69 | 1 | 54 | 0 | 63 | 3B | 6F | 62 | 15 |
| Octal | 21 | 151 | 1 | 124 | 0 | 143 | 73 | 157 | 142 | 25 |
| Binary | 10001 | 1101001 | 1 | 1010100 | 0 | 1100011 | 111011 | 1101111 | 1100010 | 10101 |
Color Harmonies of #116901
Complementary color
Monochromatic Colors of #116901
Black with #116901
Text Example
Text Example
White with #116901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116901; }
p { color: rgb(17,105,1); }
H1.HeaderClassName
{
color: #116901;
}
.AnyTagClassName
{
color: #116901;
}
</style>
background-color css
<style>
a { background-color: #116901; }
a { background-color: rgb(17,105,1); }
div.DivClassName
{
background-color: #116901;
}
.BgClassName
{
background-color: #116901;
}
</style>
border-color css
<style>
span { border-color: #116901; }
span { border-color: rgb(17,105,1); }
td.TdClassName
{
border-color: #116901;
}
.TagClassName
{
border-color: #116901;
}
</style>