Shades of Green #11700F
Tints of Green #11700F
RGB
CMYK
RGB Variations
Color information
#11700F (or 0x11700F) is known color: Green. HEX triplet: 11, 70 and 0F. RGB value is (17,112,15). Sum of RGB (Red+Green+Blue) = 17+112+15=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #11700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11700F is #EE8FF0. Grayscale: #484848. Windows color (decimal): -15634417 or 1011729. OLE color: 1011729.
HSL color Cylindrical-coordinate representation of color #11700F: hue angle of 118.76º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11700F is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 15 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.56 |
| HSL | 118.76º | 0.76% | 0.25% | - |
| HSV(B) | 118.76º | 0.87% | 0.44% | - |
| XYZ | 6.11 | 11.74 | 2.4 | - |
| YUV | 72.54 | 95.53 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 15 | 0.85 | 0 | 0.87 | 0.56 | 118.76 | 0.76 | 0.25 |
| Hex | 11 | 70 | F | 55 | 0 | 57 | 38 | 77 | 4C | 19 |
| Octal | 21 | 160 | 17 | 125 | 0 | 127 | 70 | 167 | 114 | 31 |
| Binary | 10001 | 1110000 | 1111 | 1010101 | 0 | 1010111 | 111000 | 1110111 | 1001100 | 11001 |
Color Harmonies of #11700F
Complementary color
Monochromatic Colors of #11700F
Black with #11700F
Text Example
Text Example
White with #11700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11700F; }
p { color: rgb(17,112,15); }
H1.HeaderClassName
{
color: #11700F;
}
.AnyTagClassName
{
color: #11700F;
}
</style>
background-color css
<style>
a { background-color: #11700F; }
a { background-color: rgb(17,112,15); }
div.DivClassName
{
background-color: #11700F;
}
.BgClassName
{
background-color: #11700F;
}
</style>
border-color css
<style>
span { border-color: #11700F; }
span { border-color: rgb(17,112,15); }
td.TdClassName
{
border-color: #11700F;
}
.TagClassName
{
border-color: #11700F;
}
</style>