Shades of Green #11760B
Tints of Green #11760B
RGB
CMYK
RGB Variations
Color information
#11760B (or 0x11760B) is known color: Green. HEX triplet: 11, 76 and 0B. RGB value is (17,118,11). Sum of RGB (Red+Green+Blue) = 17+118+11=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 118 (46.48% from 255 or 80.82% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 118 - color contains mainly: green. Hex color #11760B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11760B is #EE89F4. Grayscale: #4B4B4B. Windows color (decimal): -15632885 or 751121. OLE color: 751121.
HSL color Cylindrical-coordinate representation of color #11760B: hue angle of 116.64º degrees, saturation: 0.83, 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 #11760B is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 11 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.54 |
| HSL | 116.64º | 0.83% | 0.25% | - |
| HSV(B) | 116.64º | 0.91% | 0.46% | - |
| XYZ | 6.77 | 13.1 | 2.49 | - |
| YUV | 75.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 11 | 0.86 | 0 | 0.91 | 0.54 | 116.64 | 0.83 | 0.25 |
| Hex | 11 | 76 | B | 56 | 0 | 5B | 36 | 75 | 53 | 19 |
| Octal | 21 | 166 | 13 | 126 | 0 | 133 | 66 | 165 | 123 | 31 |
| Binary | 10001 | 1110110 | 1011 | 1010110 | 0 | 1011011 | 110110 | 1110101 | 1010011 | 11001 |
Color Harmonies of #11760B
Complementary color
Monochromatic Colors of #11760B
Black with #11760B
Text Example
Text Example
White with #11760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11760B; }
p { color: rgb(17,118,11); }
H1.HeaderClassName
{
color: #11760B;
}
.AnyTagClassName
{
color: #11760B;
}
</style>
background-color css
<style>
a { background-color: #11760B; }
a { background-color: rgb(17,118,11); }
div.DivClassName
{
background-color: #11760B;
}
.BgClassName
{
background-color: #11760B;
}
</style>
border-color css
<style>
span { border-color: #11760B; }
span { border-color: rgb(17,118,11); }
td.TdClassName
{
border-color: #11760B;
}
.TagClassName
{
border-color: #11760B;
}
</style>