Shades of Green #11640F
Tints of Green #11640F
RGB
CMYK
RGB Variations
Color information
#11640F (or 0x11640F) is known color: Green. HEX triplet: 11, 64 and 0F. RGB value is (17,100,15). Sum of RGB (Red+Green+Blue) = 17+100+15=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 100 (39.45% from 255 or 75.76% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 100 - color contains mainly: green. Hex color #11640F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11640F is #EE9BF0. Grayscale: #414141. Windows color (decimal): -15637489 or 1008657. OLE color: 1008657.
HSL color Cylindrical-coordinate representation of color #11640F: hue angle of 118.59º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11640F is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 17 | 100 | 15 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.61 |
| HSL | 118.59º | 0.74% | 0.23% | - |
| HSV(B) | 118.59º | 0.85% | 0.39% | - |
| XYZ | 4.87 | 9.27 | 1.98 | - |
| YUV | 65.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 100 | 15 | 0.83 | 0 | 0.85 | 0.61 | 118.59 | 0.74 | 0.23 |
| Hex | 11 | 64 | F | 53 | 0 | 55 | 3D | 77 | 4A | 17 |
| Octal | 21 | 144 | 17 | 123 | 0 | 125 | 75 | 167 | 112 | 27 |
| Binary | 10001 | 1100100 | 1111 | 1010011 | 0 | 1010101 | 111101 | 1110111 | 1001010 | 10111 |
Color Harmonies of #11640F
Complementary color
Monochromatic Colors of #11640F
Black with #11640F
Text Example
Text Example
White with #11640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11640F; }
p { color: rgb(17,100,15); }
H1.HeaderClassName
{
color: #11640F;
}
.AnyTagClassName
{
color: #11640F;
}
</style>
background-color css
<style>
a { background-color: #11640F; }
a { background-color: rgb(17,100,15); }
div.DivClassName
{
background-color: #11640F;
}
.BgClassName
{
background-color: #11640F;
}
</style>
border-color css
<style>
span { border-color: #11640F; }
span { border-color: rgb(17,100,15); }
td.TdClassName
{
border-color: #11640F;
}
.TagClassName
{
border-color: #11640F;
}
</style>