Shades of Green #11690C
Tints of Green #11690C
RGB
CMYK
RGB Variations
Color information
#11690C (or 0x11690C) is known color: Green. HEX triplet: 11, 69 and 0C. RGB value is (17,105,12). Sum of RGB (Red+Green+Blue) = 17+105+12=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #11690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11690C is #EE96F3. Grayscale: #444444. Windows color (decimal): -15636212 or 813329. OLE color: 813329.
HSL color Cylindrical-coordinate representation of color #11690C: hue angle of 116.77º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11690C is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 105 | 12 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.59 |
| HSL | 116.77º | 0.79% | 0.23% | - |
| HSV(B) | 116.77º | 0.89% | 0.41% | - |
| XYZ | 5.35 | 10.25 | 2.04 | - |
| YUV | 68.09 | 96.35 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 12 | 0.84 | 0 | 0.89 | 0.59 | 116.77 | 0.79 | 0.23 |
| Hex | 11 | 69 | C | 54 | 0 | 59 | 3B | 75 | 4F | 17 |
| Octal | 21 | 151 | 14 | 124 | 0 | 131 | 73 | 165 | 117 | 27 |
| Binary | 10001 | 1101001 | 1100 | 1010100 | 0 | 1011001 | 111011 | 1110101 | 1001111 | 10111 |
Color Harmonies of #11690C
Complementary color
Monochromatic Colors of #11690C
Black with #11690C
Text Example
Text Example
White with #11690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11690C; }
p { color: rgb(17,105,12); }
H1.HeaderClassName
{
color: #11690C;
}
.AnyTagClassName
{
color: #11690C;
}
</style>
background-color css
<style>
a { background-color: #11690C; }
a { background-color: rgb(17,105,12); }
div.DivClassName
{
background-color: #11690C;
}
.BgClassName
{
background-color: #11690C;
}
</style>
border-color css
<style>
span { border-color: #11690C; }
span { border-color: rgb(17,105,12); }
td.TdClassName
{
border-color: #11690C;
}
.TagClassName
{
border-color: #11690C;
}
</style>