Shades of Green #11610E
Tints of Green #11610E
RGB
CMYK
RGB Variations
Color information
#11610E (or 0x11610E) is known color: Green. HEX triplet: 11, 61 and 0E. RGB value is (17,97,14). Sum of RGB (Red+Green+Blue) = 17+97+14=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #11610E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11610E is #EE9EF1. Grayscale: #3F3F3F. Windows color (decimal): -15638258 or 942353. OLE color: 942353.
HSL color Cylindrical-coordinate representation of color #11610E: hue angle of 117.83º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11610E is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 14 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.62 |
| HSL | 117.83º | 0.75% | 0.22% | - |
| HSV(B) | 117.83º | 0.86% | 0.38% | - |
| XYZ | 4.59 | 8.7 | 1.85 | - |
| YUV | 63.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 14 | 0.82 | 0 | 0.86 | 0.62 | 117.83 | 0.75 | 0.22 |
| Hex | 11 | 61 | E | 52 | 0 | 56 | 3E | 76 | 4B | 16 |
| Octal | 21 | 141 | 16 | 122 | 0 | 126 | 76 | 166 | 113 | 26 |
| Binary | 10001 | 1100001 | 1110 | 1010010 | 0 | 1010110 | 111110 | 1110110 | 1001011 | 10110 |
Color Harmonies of #11610E
Complementary color
Monochromatic Colors of #11610E
Black with #11610E
Text Example
Text Example
White with #11610E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11610E; }
p { color: rgb(17,97,14); }
H1.HeaderClassName
{
color: #11610E;
}
.AnyTagClassName
{
color: #11610E;
}
</style>
background-color css
<style>
a { background-color: #11610E; }
a { background-color: rgb(17,97,14); }
div.DivClassName
{
background-color: #11610E;
}
.BgClassName
{
background-color: #11610E;
}
</style>
border-color css
<style>
span { border-color: #11610E; }
span { border-color: rgb(17,97,14); }
td.TdClassName
{
border-color: #11610E;
}
.TagClassName
{
border-color: #11610E;
}
</style>