Shades of Green #11600C
Tints of Green #11600C
RGB
CMYK
RGB Variations
Color information
#11600C (or 0x11600C) is known color: Green. HEX triplet: 11, 60 and 0C. RGB value is (17,96,12). Sum of RGB (Red+Green+Blue) = 17+96+12=125 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.6% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #11600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11600C is #EE9FF3. Grayscale: #3F3F3F. Windows color (decimal): -15638516 or 811025. OLE color: 811025.
HSL color Cylindrical-coordinate representation of color #11600C: hue angle of 116.43º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11600C is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 12 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.62 |
| HSL | 116.43º | 0.78% | 0.21% | - |
| HSV(B) | 116.43º | 0.88% | 0.38% | - |
| XYZ | 4.48 | 8.51 | 1.75 | - |
| YUV | 62.8 | 99.33 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 12 | 0.82 | 0 | 0.88 | 0.62 | 116.43 | 0.78 | 0.21 |
| Hex | 11 | 60 | C | 52 | 0 | 58 | 3E | 74 | 4E | 15 |
| Octal | 21 | 140 | 14 | 122 | 0 | 130 | 76 | 164 | 116 | 25 |
| Binary | 10001 | 1100000 | 1100 | 1010010 | 0 | 1011000 | 111110 | 1110100 | 1001110 | 10101 |
Color Harmonies of #11600C
Complementary color
Monochromatic Colors of #11600C
Black with #11600C
Text Example
Text Example
White with #11600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11600C; }
p { color: rgb(17,96,12); }
H1.HeaderClassName
{
color: #11600C;
}
.AnyTagClassName
{
color: #11600C;
}
</style>
background-color css
<style>
a { background-color: #11600C; }
a { background-color: rgb(17,96,12); }
div.DivClassName
{
background-color: #11600C;
}
.BgClassName
{
background-color: #11600C;
}
</style>
border-color css
<style>
span { border-color: #11600C; }
span { border-color: rgb(17,96,12); }
td.TdClassName
{
border-color: #11600C;
}
.TagClassName
{
border-color: #11600C;
}
</style>