Shades of Green #11610A
Tints of Green #11610A
RGB
CMYK
RGB Variations
Color information
#11610A (or 0x11610A) is known color: Green. HEX triplet: 11, 61 and 0A. RGB value is (17,97,10). Sum of RGB (Red+Green+Blue) = 17+97+10=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #11610A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11610A is #EE9EF5. Grayscale: #3F3F3F. Windows color (decimal): -15638262 or 680209. OLE color: 680209.
HSL color Cylindrical-coordinate representation of color #11610A: hue angle of 115.17º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11610A is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 10 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.62 |
| HSL | 115.17º | 0.81% | 0.21% | - |
| HSV(B) | 115.17º | 0.9% | 0.38% | - |
| XYZ | 4.56 | 8.69 | 1.72 | - |
| YUV | 63.16 | 98 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 10 | 0.82 | 0 | 0.90 | 0.62 | 115.17 | 0.81 | 0.21 |
| Hex | 11 | 61 | A | 52 | 0 | 5A | 3E | 73 | 51 | 15 |
| Octal | 21 | 141 | 12 | 122 | 0 | 132 | 76 | 163 | 121 | 25 |
| Binary | 10001 | 1100001 | 1010 | 1010010 | 0 | 1011010 | 111110 | 1110011 | 1010001 | 10101 |
Color Harmonies of #11610A
Complementary color
Monochromatic Colors of #11610A
Black with #11610A
Text Example
Text Example
White with #11610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11610A; }
p { color: rgb(17,97,10); }
H1.HeaderClassName
{
color: #11610A;
}
.AnyTagClassName
{
color: #11610A;
}
</style>
background-color css
<style>
a { background-color: #11610A; }
a { background-color: rgb(17,97,10); }
div.DivClassName
{
background-color: #11610A;
}
.BgClassName
{
background-color: #11610A;
}
</style>
border-color css
<style>
span { border-color: #11610A; }
span { border-color: rgb(17,97,10); }
td.TdClassName
{
border-color: #11610A;
}
.TagClassName
{
border-color: #11610A;
}
</style>