Shades of Green #11740D
Tints of Green #11740D
RGB
CMYK
RGB Variations
Color information
#11740D (or 0x11740D) is known color: Green. HEX triplet: 11, 74 and 0D. RGB value is (17,116,13). Sum of RGB (Red+Green+Blue) = 17+116+13=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 116 (45.70% from 255 or 79.45% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 116 - color contains mainly: green. Hex color #11740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11740D is #EE8BF2. Grayscale: #4A4A4A. Windows color (decimal): -15633395 or 881681. OLE color: 881681.
HSL color Cylindrical-coordinate representation of color #11740D: hue angle of 117.67º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11740D is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 13 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.55 |
| HSL | 117.67º | 0.8% | 0.25% | - |
| HSV(B) | 117.67º | 0.89% | 0.45% | - |
| XYZ | 6.55 | 12.64 | 2.48 | - |
| YUV | 74.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 13 | 0.85 | 0 | 0.89 | 0.55 | 117.67 | 0.8 | 0.25 |
| Hex | 11 | 74 | D | 55 | 0 | 59 | 37 | 76 | 50 | 19 |
| Octal | 21 | 164 | 15 | 125 | 0 | 131 | 67 | 166 | 120 | 31 |
| Binary | 10001 | 1110100 | 1101 | 1010101 | 0 | 1011001 | 110111 | 1110110 | 1010000 | 11001 |
Color Harmonies of #11740D
Complementary color
Monochromatic Colors of #11740D
Black with #11740D
Text Example
Text Example
White with #11740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11740D; }
p { color: rgb(17,116,13); }
H1.HeaderClassName
{
color: #11740D;
}
.AnyTagClassName
{
color: #11740D;
}
</style>
background-color css
<style>
a { background-color: #11740D; }
a { background-color: rgb(17,116,13); }
div.DivClassName
{
background-color: #11740D;
}
.BgClassName
{
background-color: #11740D;
}
</style>
border-color css
<style>
span { border-color: #11740D; }
span { border-color: rgb(17,116,13); }
td.TdClassName
{
border-color: #11740D;
}
.TagClassName
{
border-color: #11740D;
}
</style>