Shades of Green #11710C
Tints of Green #11710C
RGB
CMYK
RGB Variations
Color information
#11710C (or 0x11710C) is known color: Green. HEX triplet: 11, 71 and 0C. RGB value is (17,113,12). Sum of RGB (Red+Green+Blue) = 17+113+12=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #11710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11710C is #EE8EF3. Grayscale: #494949. Windows color (decimal): -15634164 or 815377. OLE color: 815377.
HSL color Cylindrical-coordinate representation of color #11710C: hue angle of 117.03º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11710C is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 12 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.56 |
| HSL | 117.03º | 0.81% | 0.25% | - |
| HSV(B) | 117.03º | 0.89% | 0.44% | - |
| XYZ | 6.2 | 11.96 | 2.33 | - |
| YUV | 72.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 12 | 0.85 | 0 | 0.89 | 0.56 | 117.03 | 0.81 | 0.25 |
| Hex | 11 | 71 | C | 55 | 0 | 59 | 38 | 75 | 51 | 19 |
| Octal | 21 | 161 | 14 | 125 | 0 | 131 | 70 | 165 | 121 | 31 |
| Binary | 10001 | 1110001 | 1100 | 1010101 | 0 | 1011001 | 111000 | 1110101 | 1010001 | 11001 |
Color Harmonies of #11710C
Complementary color
Monochromatic Colors of #11710C
Black with #11710C
Text Example
Text Example
White with #11710C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11710C; }
p { color: rgb(17,113,12); }
H1.HeaderClassName
{
color: #11710C;
}
.AnyTagClassName
{
color: #11710C;
}
</style>
background-color css
<style>
a { background-color: #11710C; }
a { background-color: rgb(17,113,12); }
div.DivClassName
{
background-color: #11710C;
}
.BgClassName
{
background-color: #11710C;
}
</style>
border-color css
<style>
span { border-color: #11710C; }
span { border-color: rgb(17,113,12); }
td.TdClassName
{
border-color: #11710C;
}
.TagClassName
{
border-color: #11710C;
}
</style>