Shades of Green #16730A
Tints of Green #16730A
RGB
CMYK
RGB Variations
Color information
#16730A (or 0x16730A) is known color: Green. HEX triplet: 16, 73 and 0A. RGB value is (22,115,10). Sum of RGB (Red+Green+Blue) = 22+115+10=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 115 (45.31% from 255 or 78.23% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 115 - color contains mainly: green. Hex color #16730A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16730A is #E98CF5. Grayscale: #4B4B4B. Windows color (decimal): -15305974 or 684822. OLE color: 684822.
HSL color Cylindrical-coordinate representation of color #16730A: hue angle of 113.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16730A is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 115 | 10 | - |
| CMYK | 0.81 | 0 | 0.91 | 0.55 |
| HSL | 113.14º | 0.84% | 0.25% | - |
| HSV(B) | 113.14º | 0.91% | 0.45% | - |
| XYZ | 6.52 | 12.45 | 2.35 | - |
| YUV | 75.22 | 91.19 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 115 | 10 | 0.81 | 0 | 0.91 | 0.55 | 113.14 | 0.84 | 0.25 |
| Hex | 16 | 73 | A | 51 | 0 | 5B | 37 | 71 | 54 | 19 |
| Octal | 26 | 163 | 12 | 121 | 0 | 133 | 67 | 161 | 124 | 31 |
| Binary | 10110 | 1110011 | 1010 | 1010001 | 0 | 1011011 | 110111 | 1110001 | 1010100 | 11001 |
Color Harmonies of #16730A
Complementary color
Monochromatic Colors of #16730A
Black with #16730A
Text Example
Text Example
White with #16730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16730A; }
p { color: rgb(22,115,10); }
H1.HeaderClassName
{
color: #16730A;
}
.AnyTagClassName
{
color: #16730A;
}
</style>
background-color css
<style>
a { background-color: #16730A; }
a { background-color: rgb(22,115,10); }
div.DivClassName
{
background-color: #16730A;
}
.BgClassName
{
background-color: #16730A;
}
</style>
border-color css
<style>
span { border-color: #16730A; }
span { border-color: rgb(22,115,10); }
td.TdClassName
{
border-color: #16730A;
}
.TagClassName
{
border-color: #16730A;
}
</style>