Shades of San Felix #16671B
Tints of San Felix #16671B
RGB
CMYK
RGB Variations
Color information
#16671B (or 0x16671B) is known color: San Felix. HEX triplet: 16, 67 and 1B. RGB value is (22,103,27). Sum of RGB (Red+Green+Blue) = 22+103+27=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 103 (40.62% from 255 or 67.76% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 103 - color contains mainly: green. Hex color #16671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16671B is #E998E4. Grayscale: #464646. Windows color (decimal): -15309029 or 1795862. OLE color: 1795862.
HSL color Cylindrical-coordinate representation of color #16671B: hue angle of 123.7º 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 #16671B is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 22 | 103 | 27 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.60 |
| HSL | 123.7º | 0.65% | 0.25% | - |
| HSV(B) | 123.7º | 0.79% | 0.4% | - |
| XYZ | 5.38 | 9.95 | 2.67 | - |
| YUV | 70.12 | 103.66 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 27 | 0.79 | 0 | 0.74 | 0.60 | 123.7 | 0.65 | 0.25 |
| Hex | 16 | 67 | 1B | 4F | 0 | 4A | 3C | 7C | 41 | 19 |
| Octal | 26 | 147 | 33 | 117 | 0 | 112 | 74 | 174 | 101 | 31 |
| Binary | 10110 | 1100111 | 11011 | 1001111 | 0 | 1001010 | 111100 | 1111100 | 1000001 | 11001 |
Color Harmonies of #16671B
Complementary color
Monochromatic Colors of #16671B
Black with #16671B
Text Example
Text Example
White with #16671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16671B; }
p { color: rgb(22,103,27); }
H1.HeaderClassName
{
color: #16671B;
}
.AnyTagClassName
{
color: #16671B;
}
</style>
background-color css
<style>
a { background-color: #16671B; }
a { background-color: rgb(22,103,27); }
div.DivClassName
{
background-color: #16671B;
}
.BgClassName
{
background-color: #16671B;
}
</style>
border-color css
<style>
span { border-color: #16671B; }
span { border-color: rgb(22,103,27); }
td.TdClassName
{
border-color: #16671B;
}
.TagClassName
{
border-color: #16671B;
}
</style>