Shades of Green #11610C
Tints of Green #11610C
RGB
CMYK
RGB Variations
Color information
#11610C (or 0x11610C) is known color: Green. HEX triplet: 11, 61 and 0C. RGB value is (17,97,12). Sum of RGB (Red+Green+Blue) = 17+97+12=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 97 (38.28% from 255 or 76.98% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 97 - color contains mainly: green. Hex color #11610C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11610C is #EE9EF3. Grayscale: #3F3F3F. Windows color (decimal): -15638260 or 811281. OLE color: 811281.
HSL color Cylindrical-coordinate representation of color #11610C: hue angle of 116.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11610C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 97 | 12 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.62 |
| HSL | 116.47º | 0.78% | 0.21% | - |
| HSV(B) | 116.47º | 0.88% | 0.38% | - |
| XYZ | 4.57 | 8.7 | 1.79 | - |
| YUV | 63.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 97 | 12 | 0.82 | 0 | 0.88 | 0.62 | 116.47 | 0.78 | 0.21 |
| Hex | 11 | 61 | C | 52 | 0 | 58 | 3E | 74 | 4E | 15 |
| Octal | 21 | 141 | 14 | 122 | 0 | 130 | 76 | 164 | 116 | 25 |
| Binary | 10001 | 1100001 | 1100 | 1010010 | 0 | 1011000 | 111110 | 1110100 | 1001110 | 10101 |
Color Harmonies of #11610C
Complementary color
Monochromatic Colors of #11610C
Black with #11610C
Text Example
Text Example
White with #11610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11610C; }
p { color: rgb(17,97,12); }
H1.HeaderClassName
{
color: #11610C;
}
.AnyTagClassName
{
color: #11610C;
}
</style>
background-color css
<style>
a { background-color: #11610C; }
a { background-color: rgb(17,97,12); }
div.DivClassName
{
background-color: #11610C;
}
.BgClassName
{
background-color: #11610C;
}
</style>
border-color css
<style>
span { border-color: #11610C; }
span { border-color: rgb(17,97,12); }
td.TdClassName
{
border-color: #11610C;
}
.TagClassName
{
border-color: #11610C;
}
</style>