Shades of San Felix #16721F
Tints of San Felix #16721F
RGB
CMYK
RGB Variations
Color information
#16721F (or 0x16721F) is known color: San Felix. HEX triplet: 16, 72 and 1F. RGB value is (22,114,31). Sum of RGB (Red+Green+Blue) = 22+114+31=167 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.17% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #16721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16721F is #E98DE0. Grayscale: #4D4D4D. Windows color (decimal): -15306209 or 2060822. OLE color: 2060822.
HSL color Cylindrical-coordinate representation of color #16721F: hue angle of 125.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16721F is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 22 | 114 | 31 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.55 |
| HSL | 125.87º | 0.68% | 0.27% | - |
| HSV(B) | 125.87º | 0.81% | 0.45% | - |
| XYZ | 6.6 | 12.3 | 3.32 | - |
| YUV | 77.03 | 102.02 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 31 | 0.81 | 0 | 0.73 | 0.55 | 125.87 | 0.68 | 0.27 |
| Hex | 16 | 72 | 1F | 51 | 0 | 49 | 37 | 7E | 44 | 1B |
| Octal | 26 | 162 | 37 | 121 | 0 | 111 | 67 | 176 | 104 | 33 |
| Binary | 10110 | 1110010 | 11111 | 1010001 | 0 | 1001001 | 110111 | 1111110 | 1000100 | 11011 |
Color Harmonies of #16721F
Complementary color
Monochromatic Colors of #16721F
Black with #16721F
Text Example
Text Example
White with #16721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16721F; }
p { color: rgb(22,114,31); }
H1.HeaderClassName
{
color: #16721F;
}
.AnyTagClassName
{
color: #16721F;
}
</style>
background-color css
<style>
a { background-color: #16721F; }
a { background-color: rgb(22,114,31); }
div.DivClassName
{
background-color: #16721F;
}
.BgClassName
{
background-color: #16721F;
}
</style>
border-color css
<style>
span { border-color: #16721F; }
span { border-color: rgb(22,114,31); }
td.TdClassName
{
border-color: #16721F;
}
.TagClassName
{
border-color: #16721F;
}
</style>