Shades of Green #16780B
Tints of Green #16780B
RGB
CMYK
RGB Variations
Color information
#16780B (or 0x16780B) is known color: Green. HEX triplet: 16, 78 and 0B. RGB value is (22,120,11). Sum of RGB (Red+Green+Blue) = 22+120+11=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 120 (47.27% from 255 or 78.43% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 120 - color contains mainly: green. Hex color #16780B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16780B is #E987F4. Grayscale: #4E4E4E. Windows color (decimal): -15304693 or 751638. OLE color: 751638.
HSL color Cylindrical-coordinate representation of color #16780B: hue angle of 113.94º 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 #16780B is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 120 | 11 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.53 |
| HSL | 113.95º | 0.83% | 0.26% | - |
| HSV(B) | 113.95º | 0.91% | 0.47% | - |
| XYZ | 7.11 | 13.63 | 2.57 | - |
| YUV | 78.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 11 | 0.82 | 0 | 0.91 | 0.53 | 113.95 | 0.83 | 0.26 |
| Hex | 16 | 78 | B | 52 | 0 | 5B | 35 | 72 | 53 | 1A |
| Octal | 26 | 170 | 13 | 122 | 0 | 133 | 65 | 162 | 123 | 32 |
| Binary | 10110 | 1111000 | 1011 | 1010010 | 0 | 1011011 | 110101 | 1110010 | 1010011 | 11010 |
Color Harmonies of #16780B
Complementary color
Monochromatic Colors of #16780B
Black with #16780B
Text Example
Text Example
White with #16780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16780B; }
p { color: rgb(22,120,11); }
H1.HeaderClassName
{
color: #16780B;
}
.AnyTagClassName
{
color: #16780B;
}
</style>
background-color css
<style>
a { background-color: #16780B; }
a { background-color: rgb(22,120,11); }
div.DivClassName
{
background-color: #16780B;
}
.BgClassName
{
background-color: #16780B;
}
</style>
border-color css
<style>
span { border-color: #16780B; }
span { border-color: rgb(22,120,11); }
td.TdClassName
{
border-color: #16780B;
}
.TagClassName
{
border-color: #16780B;
}
</style>