Shades of San Felix #196714
Tints of San Felix #196714
RGB
CMYK
RGB Variations
Color information
#196714 (or 0x196714) is known color: San Felix. HEX triplet: 19, 67 and 14. RGB value is (25,103,20). Sum of RGB (Red+Green+Blue) = 25+103+20=148 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.89% from 148); Green value is 103 (40.62% from 255 or 69.59% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 103 - color contains mainly: green. Hex color #196714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196714 is #E698EB. Grayscale: #464646. Windows color (decimal): -15112428 or 1337113. OLE color: 1337113.
HSL color Cylindrical-coordinate representation of color #196714: hue angle of 116.39º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196714 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 20 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.60 |
| HSL | 116.39º | 0.67% | 0.24% | - |
| HSV(B) | 116.39º | 0.81% | 0.4% | - |
| XYZ | 5.38 | 9.96 | 2.3 | - |
| YUV | 70.22 | 99.66 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 20 | 0.76 | 0 | 0.81 | 0.60 | 116.39 | 0.67 | 0.24 |
| Hex | 19 | 67 | 14 | 4C | 0 | 51 | 3C | 74 | 43 | 18 |
| Octal | 31 | 147 | 24 | 114 | 0 | 121 | 74 | 164 | 103 | 30 |
| Binary | 11001 | 1100111 | 10100 | 1001100 | 0 | 1010001 | 111100 | 1110100 | 1000011 | 11000 |
Color Harmonies of #196714
Complementary color
Monochromatic Colors of #196714
Black with #196714
Text Example
Text Example
White with #196714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196714; }
p { color: rgb(25,103,20); }
H1.HeaderClassName
{
color: #196714;
}
.AnyTagClassName
{
color: #196714;
}
</style>
background-color css
<style>
a { background-color: #196714; }
a { background-color: rgb(25,103,20); }
div.DivClassName
{
background-color: #196714;
}
.BgClassName
{
background-color: #196714;
}
</style>
border-color css
<style>
span { border-color: #196714; }
span { border-color: rgb(25,103,20); }
td.TdClassName
{
border-color: #196714;
}
.TagClassName
{
border-color: #196714;
}
</style>