Shades of Green #11740F
Tints of Green #11740F
RGB
CMYK
RGB Variations
Color information
#11740F (or 0x11740F) is known color: Green. HEX triplet: 11, 74 and 0F. RGB value is (17,116,15). Sum of RGB (Red+Green+Blue) = 17+116+15=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 116 (45.70% from 255 or 78.38% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 116 - color contains mainly: green. Hex color #11740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11740F is #EE8BF0. Grayscale: #4B4B4B. Windows color (decimal): -15633393 or 1012753. OLE color: 1012753.
HSL color Cylindrical-coordinate representation of color #11740F: hue angle of 118.81º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11740F is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 15 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.55 |
| HSL | 118.81º | 0.77% | 0.26% | - |
| HSV(B) | 118.81º | 0.87% | 0.45% | - |
| XYZ | 6.56 | 12.64 | 2.55 | - |
| YUV | 74.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 15 | 0.85 | 0 | 0.87 | 0.55 | 118.81 | 0.77 | 0.26 |
| Hex | 11 | 74 | F | 55 | 0 | 57 | 37 | 77 | 4D | 1A |
| Octal | 21 | 164 | 17 | 125 | 0 | 127 | 67 | 167 | 115 | 32 |
| Binary | 10001 | 1110100 | 1111 | 1010101 | 0 | 1010111 | 110111 | 1110111 | 1001101 | 11010 |
Color Harmonies of #11740F
Complementary color
Monochromatic Colors of #11740F
Black with #11740F
Text Example
Text Example
White with #11740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11740F; }
p { color: rgb(17,116,15); }
H1.HeaderClassName
{
color: #11740F;
}
.AnyTagClassName
{
color: #11740F;
}
</style>
background-color css
<style>
a { background-color: #11740F; }
a { background-color: rgb(17,116,15); }
div.DivClassName
{
background-color: #11740F;
}
.BgClassName
{
background-color: #11740F;
}
</style>
border-color css
<style>
span { border-color: #11740F; }
span { border-color: rgb(17,116,15); }
td.TdClassName
{
border-color: #11740F;
}
.TagClassName
{
border-color: #11740F;
}
</style>