Shades of Green #11740C
Tints of Green #11740C
RGB
CMYK
RGB Variations
Color information
#11740C (or 0x11740C) is known color: Green. HEX triplet: 11, 74 and 0C. RGB value is (17,116,12). Sum of RGB (Red+Green+Blue) = 17+116+12=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #11740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11740C is #EE8BF3. Grayscale: #4A4A4A. Windows color (decimal): -15633396 or 816145. OLE color: 816145.
HSL color Cylindrical-coordinate representation of color #11740C: hue angle of 117.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11740C is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 12 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.55 |
| HSL | 117.12º | 0.81% | 0.25% | - |
| HSV(B) | 117.12º | 0.9% | 0.45% | - |
| XYZ | 6.54 | 12.64 | 2.44 | - |
| YUV | 74.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 12 | 0.85 | 0 | 0.90 | 0.55 | 117.12 | 0.81 | 0.25 |
| Hex | 11 | 74 | C | 55 | 0 | 5A | 37 | 75 | 51 | 19 |
| Octal | 21 | 164 | 14 | 125 | 0 | 132 | 67 | 165 | 121 | 31 |
| Binary | 10001 | 1110100 | 1100 | 1010101 | 0 | 1011010 | 110111 | 1110101 | 1010001 | 11001 |
Color Harmonies of #11740C
Complementary color
Monochromatic Colors of #11740C
Black with #11740C
Text Example
Text Example
White with #11740C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11740C; }
p { color: rgb(17,116,12); }
H1.HeaderClassName
{
color: #11740C;
}
.AnyTagClassName
{
color: #11740C;
}
</style>
background-color css
<style>
a { background-color: #11740C; }
a { background-color: rgb(17,116,12); }
div.DivClassName
{
background-color: #11740C;
}
.BgClassName
{
background-color: #11740C;
}
</style>
border-color css
<style>
span { border-color: #11740C; }
span { border-color: rgb(17,116,12); }
td.TdClassName
{
border-color: #11740C;
}
.TagClassName
{
border-color: #11740C;
}
</style>