Shades of Green #11750C
Tints of Green #11750C
RGB
CMYK
RGB Variations
Color information
#11750C (or 0x11750C) is known color: Green. HEX triplet: 11, 75 and 0C. RGB value is (17,117,12). Sum of RGB (Red+Green+Blue) = 17+117+12=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 117 (46.09% from 255 or 80.14% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 117 - color contains mainly: green. Hex color #11750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11750C is #EE8AF3. Grayscale: #4B4B4B. Windows color (decimal): -15633140 or 816401. OLE color: 816401.
HSL color Cylindrical-coordinate representation of color #11750C: hue angle of 117.14º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11750C is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 12 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.54 |
| HSL | 117.14º | 0.81% | 0.25% | - |
| HSV(B) | 117.14º | 0.9% | 0.46% | - |
| XYZ | 6.66 | 12.87 | 2.48 | - |
| YUV | 75.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 12 | 0.85 | 0 | 0.90 | 0.54 | 117.14 | 0.81 | 0.25 |
| Hex | 11 | 75 | C | 55 | 0 | 5A | 36 | 75 | 51 | 19 |
| Octal | 21 | 165 | 14 | 125 | 0 | 132 | 66 | 165 | 121 | 31 |
| Binary | 10001 | 1110101 | 1100 | 1010101 | 0 | 1011010 | 110110 | 1110101 | 1010001 | 11001 |
Color Harmonies of #11750C
Complementary color
Monochromatic Colors of #11750C
Black with #11750C
Text Example
Text Example
White with #11750C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11750C; }
p { color: rgb(17,117,12); }
H1.HeaderClassName
{
color: #11750C;
}
.AnyTagClassName
{
color: #11750C;
}
</style>
background-color css
<style>
a { background-color: #11750C; }
a { background-color: rgb(17,117,12); }
div.DivClassName
{
background-color: #11750C;
}
.BgClassName
{
background-color: #11750C;
}
</style>
border-color css
<style>
span { border-color: #11750C; }
span { border-color: rgb(17,117,12); }
td.TdClassName
{
border-color: #11750C;
}
.TagClassName
{
border-color: #11750C;
}
</style>