Shades of Green #16740D
Tints of Green #16740D
RGB
CMYK
RGB Variations
Color information
#16740D (or 0x16740D) is known color: Green. HEX triplet: 16, 74 and 0D. RGB value is (22,116,13). Sum of RGB (Red+Green+Blue) = 22+116+13=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 116 (45.70% from 255 or 76.82% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 116 - color contains mainly: green. Hex color #16740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16740D is #E98BF2. Grayscale: #4C4C4C. Windows color (decimal): -15305715 or 881686. OLE color: 881686.
HSL color Cylindrical-coordinate representation of color #16740D: hue angle of 114.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16740D is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 116 | 13 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.55 |
| HSL | 114.76º | 0.8% | 0.25% | - |
| HSV(B) | 114.76º | 0.89% | 0.45% | - |
| XYZ | 6.65 | 12.69 | 2.48 | - |
| YUV | 76.15 | 92.36 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 116 | 13 | 0.81 | 0 | 0.89 | 0.55 | 114.76 | 0.8 | 0.25 |
| Hex | 16 | 74 | D | 51 | 0 | 59 | 37 | 73 | 50 | 19 |
| Octal | 26 | 164 | 15 | 121 | 0 | 131 | 67 | 163 | 120 | 31 |
| Binary | 10110 | 1110100 | 1101 | 1010001 | 0 | 1011001 | 110111 | 1110011 | 1010000 | 11001 |
Color Harmonies of #16740D
Complementary color
Monochromatic Colors of #16740D
Black with #16740D
Text Example
Text Example
White with #16740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16740D; }
p { color: rgb(22,116,13); }
H1.HeaderClassName
{
color: #16740D;
}
.AnyTagClassName
{
color: #16740D;
}
</style>
background-color css
<style>
a { background-color: #16740D; }
a { background-color: rgb(22,116,13); }
div.DivClassName
{
background-color: #16740D;
}
.BgClassName
{
background-color: #16740D;
}
</style>
border-color css
<style>
span { border-color: #16740D; }
span { border-color: rgb(22,116,13); }
td.TdClassName
{
border-color: #16740D;
}
.TagClassName
{
border-color: #16740D;
}
</style>