Shades of San Felix #16671A
Tints of San Felix #16671A
RGB
CMYK
RGB Variations
Color information
#16671A (or 0x16671A) is known color: San Felix. HEX triplet: 16, 67 and 1A. RGB value is (22,103,26). Sum of RGB (Red+Green+Blue) = 22+103+26=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #16671A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16671A is #E998E5. Grayscale: #464646. Windows color (decimal): -15309030 or 1730326. OLE color: 1730326.
HSL color Cylindrical-coordinate representation of color #16671A: hue angle of 122.96º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16671A is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 26 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.60 |
| HSL | 122.96º | 0.65% | 0.25% | - |
| HSV(B) | 122.96º | 0.79% | 0.4% | - |
| XYZ | 5.37 | 9.95 | 2.61 | - |
| YUV | 70 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 26 | 0.79 | 0 | 0.75 | 0.60 | 122.96 | 0.65 | 0.25 |
| Hex | 16 | 67 | 1A | 4F | 0 | 4B | 3C | 7B | 41 | 19 |
| Octal | 26 | 147 | 32 | 117 | 0 | 113 | 74 | 173 | 101 | 31 |
| Binary | 10110 | 1100111 | 11010 | 1001111 | 0 | 1001011 | 111100 | 1111011 | 1000001 | 11001 |
Color Harmonies of #16671A
Complementary color
Monochromatic Colors of #16671A
Black with #16671A
Text Example
Text Example
White with #16671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16671A; }
p { color: rgb(22,103,26); }
H1.HeaderClassName
{
color: #16671A;
}
.AnyTagClassName
{
color: #16671A;
}
</style>
background-color css
<style>
a { background-color: #16671A; }
a { background-color: rgb(22,103,26); }
div.DivClassName
{
background-color: #16671A;
}
.BgClassName
{
background-color: #16671A;
}
</style>
border-color css
<style>
span { border-color: #16671A; }
span { border-color: rgb(22,103,26); }
td.TdClassName
{
border-color: #16671A;
}
.TagClassName
{
border-color: #16671A;
}
</style>