Shades of Green #11780B
Tints of Green #11780B
RGB
CMYK
RGB Variations
Color information
#11780B (or 0x11780B) is known color: Green. HEX triplet: 11, 78 and 0B. RGB value is (17,120,11). Sum of RGB (Red+Green+Blue) = 17+120+11=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 120 (47.27% from 255 or 81.08% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 120 - color contains mainly: green. Hex color #11780B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11780B is #EE87F4. Grayscale: #4D4D4D. Windows color (decimal): -15632373 or 751633. OLE color: 751633.
HSL color Cylindrical-coordinate representation of color #11780B: hue angle of 116.7º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11780B is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 120 | 11 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.53 |
| HSL | 116.7º | 0.83% | 0.26% | - |
| HSV(B) | 116.7º | 0.91% | 0.47% | - |
| XYZ | 7.01 | 13.58 | 2.57 | - |
| YUV | 76.78 | 90.88 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 11 | 0.86 | 0 | 0.91 | 0.53 | 116.7 | 0.83 | 0.26 |
| Hex | 11 | 78 | B | 56 | 0 | 5B | 35 | 75 | 53 | 1A |
| Octal | 21 | 170 | 13 | 126 | 0 | 133 | 65 | 165 | 123 | 32 |
| Binary | 10001 | 1111000 | 1011 | 1010110 | 0 | 1011011 | 110101 | 1110101 | 1010011 | 11010 |
Color Harmonies of #11780B
Complementary color
Monochromatic Colors of #11780B
Black with #11780B
Text Example
Text Example
White with #11780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11780B; }
p { color: rgb(17,120,11); }
H1.HeaderClassName
{
color: #11780B;
}
.AnyTagClassName
{
color: #11780B;
}
</style>
background-color css
<style>
a { background-color: #11780B; }
a { background-color: rgb(17,120,11); }
div.DivClassName
{
background-color: #11780B;
}
.BgClassName
{
background-color: #11780B;
}
</style>
border-color css
<style>
span { border-color: #11780B; }
span { border-color: rgb(17,120,11); }
td.TdClassName
{
border-color: #11780B;
}
.TagClassName
{
border-color: #11780B;
}
</style>