Shades of San Felix #16681D
Tints of San Felix #16681D
RGB
CMYK
RGB Variations
Color information
#16681D (or 0x16681D) is known color: San Felix. HEX triplet: 16, 68 and 1D. RGB value is (22,104,29). Sum of RGB (Red+Green+Blue) = 22+104+29=155 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.19% from 155); Green value is 104 (41.02% from 255 or 67.10% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 104 - color contains mainly: green. Hex color #16681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16681D is #E997E2. Grayscale: #474747. Windows color (decimal): -15308771 or 1927190. OLE color: 1927190.
HSL color Cylindrical-coordinate representation of color #16681D: hue angle of 125.12º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16681D is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 104 | 29 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.59 |
| HSL | 125.12º | 0.65% | 0.25% | - |
| HSV(B) | 125.12º | 0.79% | 0.41% | - |
| XYZ | 5.5 | 10.16 | 2.83 | - |
| YUV | 70.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 104 | 29 | 0.79 | 0 | 0.72 | 0.59 | 125.12 | 0.65 | 0.25 |
| Hex | 16 | 68 | 1D | 4F | 0 | 48 | 3B | 7D | 41 | 19 |
| Octal | 26 | 150 | 35 | 117 | 0 | 110 | 73 | 175 | 101 | 31 |
| Binary | 10110 | 1101000 | 11101 | 1001111 | 0 | 1001000 | 111011 | 1111101 | 1000001 | 11001 |
Color Harmonies of #16681D
Complementary color
Monochromatic Colors of #16681D
Black with #16681D
Text Example
Text Example
White with #16681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16681D; }
p { color: rgb(22,104,29); }
H1.HeaderClassName
{
color: #16681D;
}
.AnyTagClassName
{
color: #16681D;
}
</style>
background-color css
<style>
a { background-color: #16681D; }
a { background-color: rgb(22,104,29); }
div.DivClassName
{
background-color: #16681D;
}
.BgClassName
{
background-color: #16681D;
}
</style>
border-color css
<style>
span { border-color: #16681D; }
span { border-color: rgb(22,104,29); }
td.TdClassName
{
border-color: #16681D;
}
.TagClassName
{
border-color: #16681D;
}
</style>