Shades of Green #16730E
Tints of Green #16730E
RGB
CMYK
RGB Variations
Color information
#16730E (or 0x16730E) is known color: Green. HEX triplet: 16, 73 and 0E. RGB value is (22,115,14). Sum of RGB (Red+Green+Blue) = 22+115+14=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 115 (45.31% from 255 or 76.16% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 115 - color contains mainly: green. Hex color #16730E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16730E is #E98CF1. Grayscale: #4B4B4B. Windows color (decimal): -15305970 or 946966. OLE color: 946966.
HSL color Cylindrical-coordinate representation of color #16730E: hue angle of 115.25º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16730E is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 115 | 14 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.55 |
| HSL | 115.25º | 0.78% | 0.25% | - |
| HSV(B) | 115.25º | 0.88% | 0.45% | - |
| XYZ | 6.54 | 12.46 | 2.48 | - |
| YUV | 75.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 14 | 0.81 | 0 | 0.88 | 0.55 | 115.25 | 0.78 | 0.25 |
| Hex | 16 | 73 | E | 51 | 0 | 58 | 37 | 73 | 4E | 19 |
| Octal | 26 | 163 | 16 | 121 | 0 | 130 | 67 | 163 | 116 | 31 |
| Binary | 10110 | 1110011 | 1110 | 1010001 | 0 | 1011000 | 110111 | 1110011 | 1001110 | 11001 |
Color Harmonies of #16730E
Complementary color
Monochromatic Colors of #16730E
Black with #16730E
Text Example
Text Example
White with #16730E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16730E; }
p { color: rgb(22,115,14); }
H1.HeaderClassName
{
color: #16730E;
}
.AnyTagClassName
{
color: #16730E;
}
</style>
background-color css
<style>
a { background-color: #16730E; }
a { background-color: rgb(22,115,14); }
div.DivClassName
{
background-color: #16730E;
}
.BgClassName
{
background-color: #16730E;
}
</style>
border-color css
<style>
span { border-color: #16730E; }
span { border-color: rgb(22,115,14); }
td.TdClassName
{
border-color: #16730E;
}
.TagClassName
{
border-color: #16730E;
}
</style>