Shades of Green #16770C
Tints of Green #16770C
RGB
CMYK
RGB Variations
Color information
#16770C (or 0x16770C) is known color: Green. HEX triplet: 16, 77 and 0C. RGB value is (22,119,12). Sum of RGB (Red+Green+Blue) = 22+119+12=153 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.38% from 153); Green value is 119 (46.88% from 255 or 77.78% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 119 - color contains mainly: green. Hex color #16770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16770C is #E988F3. Grayscale: #4E4E4E. Windows color (decimal): -15304948 or 816918. OLE color: 816918.
HSL color Cylindrical-coordinate representation of color #16770C: hue angle of 114.39º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16770C is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 119 | 12 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.53 |
| HSL | 114.39º | 0.82% | 0.26% | - |
| HSV(B) | 114.39º | 0.9% | 0.47% | - |
| XYZ | 6.99 | 13.39 | 2.56 | - |
| YUV | 77.8 | 90.86 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 12 | 0.82 | 0 | 0.90 | 0.53 | 114.39 | 0.82 | 0.26 |
| Hex | 16 | 77 | C | 52 | 0 | 5A | 35 | 72 | 52 | 1A |
| Octal | 26 | 167 | 14 | 122 | 0 | 132 | 65 | 162 | 122 | 32 |
| Binary | 10110 | 1110111 | 1100 | 1010010 | 0 | 1011010 | 110101 | 1110010 | 1010010 | 11010 |
Color Harmonies of #16770C
Complementary color
Monochromatic Colors of #16770C
Black with #16770C
Text Example
Text Example
White with #16770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16770C; }
p { color: rgb(22,119,12); }
H1.HeaderClassName
{
color: #16770C;
}
.AnyTagClassName
{
color: #16770C;
}
</style>
background-color css
<style>
a { background-color: #16770C; }
a { background-color: rgb(22,119,12); }
div.DivClassName
{
background-color: #16770C;
}
.BgClassName
{
background-color: #16770C;
}
</style>
border-color css
<style>
span { border-color: #16770C; }
span { border-color: rgb(22,119,12); }
td.TdClassName
{
border-color: #16770C;
}
.TagClassName
{
border-color: #16770C;
}
</style>