Shades of Green #11750A
Tints of Green #11750A
RGB
CMYK
RGB Variations
Color information
#11750A (or 0x11750A) is known color: Green. HEX triplet: 11, 75 and 0A. RGB value is (17,117,10). Sum of RGB (Red+Green+Blue) = 17+117+10=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 117 (46.09% from 255 or 81.25% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 117 - color contains mainly: green. Hex color #11750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11750A is #EE8AF5. Grayscale: #4B4B4B. Windows color (decimal): -15633142 or 685329. OLE color: 685329.
HSL color Cylindrical-coordinate representation of color #11750A: hue angle of 116.07º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11750A is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 10 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.54 |
| HSL | 116.07º | 0.84% | 0.25% | - |
| HSV(B) | 116.07º | 0.91% | 0.46% | - |
| XYZ | 6.65 | 12.86 | 2.42 | - |
| YUV | 74.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 10 | 0.85 | 0 | 0.91 | 0.54 | 116.07 | 0.84 | 0.25 |
| Hex | 11 | 75 | A | 55 | 0 | 5B | 36 | 74 | 54 | 19 |
| Octal | 21 | 165 | 12 | 125 | 0 | 133 | 66 | 164 | 124 | 31 |
| Binary | 10001 | 1110101 | 1010 | 1010101 | 0 | 1011011 | 110110 | 1110100 | 1010100 | 11001 |
Color Harmonies of #11750A
Complementary color
Monochromatic Colors of #11750A
Black with #11750A
Text Example
Text Example
White with #11750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11750A; }
p { color: rgb(17,117,10); }
H1.HeaderClassName
{
color: #11750A;
}
.AnyTagClassName
{
color: #11750A;
}
</style>
background-color css
<style>
a { background-color: #11750A; }
a { background-color: rgb(17,117,10); }
div.DivClassName
{
background-color: #11750A;
}
.BgClassName
{
background-color: #11750A;
}
</style>
border-color css
<style>
span { border-color: #11750A; }
span { border-color: rgb(17,117,10); }
td.TdClassName
{
border-color: #11750A;
}
.TagClassName
{
border-color: #11750A;
}
</style>