Shades of Green #116101
Tints of Green #116101
RGB
CMYK
RGB Variations
Color information
#116101 (or 0x116101) is known color: Green. HEX triplet: 11, 61 and 01. RGB value is (17,97,1). Sum of RGB (Red+Green+Blue) = 17+97+1=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 97 (38.28% from 255 or 84.35% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 97 - color contains mainly: green. Hex color #116101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116101 is #EE9EFE. Grayscale: #3E3E3E. Windows color (decimal): -15638271 or 90385. OLE color: 90385.
HSL color Cylindrical-coordinate representation of color #116101: hue angle of 110º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #116101 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.62 |
| HSL | 110º | 0.98% | 0.19% | - |
| HSV(B) | 110º | 0.99% | 0.38% | - |
| XYZ | 4.51 | 8.67 | 1.46 | - |
| YUV | 62.14 | 93.5 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 1 | 0.82 | 0 | 0.99 | 0.62 | 110 | 0.98 | 0.19 |
| Hex | 11 | 61 | 1 | 52 | 0 | 63 | 3E | 6E | 62 | 13 |
| Octal | 21 | 141 | 1 | 122 | 0 | 143 | 76 | 156 | 142 | 23 |
| Binary | 10001 | 1100001 | 1 | 1010010 | 0 | 1100011 | 111110 | 1101110 | 1100010 | 10011 |
Color Harmonies of #116101
Complementary color
Monochromatic Colors of #116101
Black with #116101
Text Example
Text Example
White with #116101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116101; }
p { color: rgb(17,97,1); }
H1.HeaderClassName
{
color: #116101;
}
.AnyTagClassName
{
color: #116101;
}
</style>
background-color css
<style>
a { background-color: #116101; }
a { background-color: rgb(17,97,1); }
div.DivClassName
{
background-color: #116101;
}
.BgClassName
{
background-color: #116101;
}
</style>
border-color css
<style>
span { border-color: #116101; }
span { border-color: rgb(17,97,1); }
td.TdClassName
{
border-color: #116101;
}
.TagClassName
{
border-color: #116101;
}
</style>