Shades of Green #16750D
Tints of Green #16750D
RGB
CMYK
RGB Variations
Color information
#16750D (or 0x16750D) is known color: Green. HEX triplet: 16, 75 and 0D. RGB value is (22,117,13). Sum of RGB (Red+Green+Blue) = 22+117+13=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 117 (46.09% from 255 or 76.97% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 117 - color contains mainly: green. Hex color #16750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16750D is #E98AF2. Grayscale: #4D4D4D. Windows color (decimal): -15305459 or 881942. OLE color: 881942.
HSL color Cylindrical-coordinate representation of color #16750D: hue angle of 114.81º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16750D is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 117 | 13 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.54 |
| HSL | 114.81º | 0.8% | 0.25% | - |
| HSV(B) | 114.81º | 0.89% | 0.46% | - |
| XYZ | 6.76 | 12.92 | 2.52 | - |
| YUV | 76.74 | 92.03 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 117 | 13 | 0.81 | 0 | 0.89 | 0.54 | 114.81 | 0.8 | 0.25 |
| Hex | 16 | 75 | D | 51 | 0 | 59 | 36 | 73 | 50 | 19 |
| Octal | 26 | 165 | 15 | 121 | 0 | 131 | 66 | 163 | 120 | 31 |
| Binary | 10110 | 1110101 | 1101 | 1010001 | 0 | 1011001 | 110110 | 1110011 | 1010000 | 11001 |
Color Harmonies of #16750D
Complementary color
Monochromatic Colors of #16750D
Black with #16750D
Text Example
Text Example
White with #16750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16750D; }
p { color: rgb(22,117,13); }
H1.HeaderClassName
{
color: #16750D;
}
.AnyTagClassName
{
color: #16750D;
}
</style>
background-color css
<style>
a { background-color: #16750D; }
a { background-color: rgb(22,117,13); }
div.DivClassName
{
background-color: #16750D;
}
.BgClassName
{
background-color: #16750D;
}
</style>
border-color css
<style>
span { border-color: #16750D; }
span { border-color: rgb(22,117,13); }
td.TdClassName
{
border-color: #16750D;
}
.TagClassName
{
border-color: #16750D;
}
</style>