Shades of Green #16760C
Tints of Green #16760C
RGB
CMYK
RGB Variations
Color information
#16760C (or 0x16760C) is known color: Green. HEX triplet: 16, 76 and 0C. RGB value is (22,118,12). Sum of RGB (Red+Green+Blue) = 22+118+12=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #16760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16760C is #E989F3. Grayscale: #4D4D4D. Windows color (decimal): -15305204 or 816662. OLE color: 816662.
HSL color Cylindrical-coordinate representation of color #16760C: hue angle of 114.34º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16760C is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 118 | 12 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.54 |
| HSL | 114.34º | 0.82% | 0.25% | - |
| HSV(B) | 114.34º | 0.9% | 0.46% | - |
| XYZ | 6.88 | 13.15 | 2.52 | - |
| YUV | 77.21 | 91.2 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 118 | 12 | 0.81 | 0 | 0.90 | 0.54 | 114.34 | 0.82 | 0.25 |
| Hex | 16 | 76 | C | 51 | 0 | 5A | 36 | 72 | 52 | 19 |
| Octal | 26 | 166 | 14 | 121 | 0 | 132 | 66 | 162 | 122 | 31 |
| Binary | 10110 | 1110110 | 1100 | 1010001 | 0 | 1011010 | 110110 | 1110010 | 1010010 | 11001 |
Color Harmonies of #16760C
Complementary color
Monochromatic Colors of #16760C
Black with #16760C
Text Example
Text Example
White with #16760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16760C; }
p { color: rgb(22,118,12); }
H1.HeaderClassName
{
color: #16760C;
}
.AnyTagClassName
{
color: #16760C;
}
</style>
background-color css
<style>
a { background-color: #16760C; }
a { background-color: rgb(22,118,12); }
div.DivClassName
{
background-color: #16760C;
}
.BgClassName
{
background-color: #16760C;
}
</style>
border-color css
<style>
span { border-color: #16760C; }
span { border-color: rgb(22,118,12); }
td.TdClassName
{
border-color: #16760C;
}
.TagClassName
{
border-color: #16760C;
}
</style>