Shades of San Felix #196715
Tints of San Felix #196715
RGB
CMYK
RGB Variations
Color information
#196715 (or 0x196715) is known color: San Felix. HEX triplet: 19, 67 and 15. RGB value is (25,103,21). Sum of RGB (Red+Green+Blue) = 25+103+21=149 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.78% from 149); Green value is 103 (40.62% from 255 or 69.13% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 103 - color contains mainly: green. Hex color #196715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #196715 is #E698EA. Grayscale: #464646. Windows color (decimal): -15112427 or 1402649. OLE color: 1402649.
HSL color Cylindrical-coordinate representation of color #196715: hue angle of 117.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196715 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 103 | 21 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.60 |
| HSL | 117.07º | 0.66% | 0.24% | - |
| HSV(B) | 117.07º | 0.8% | 0.4% | - |
| XYZ | 5.39 | 9.96 | 2.35 | - |
| YUV | 70.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 21 | 0.76 | 0 | 0.80 | 0.60 | 117.07 | 0.66 | 0.24 |
| Hex | 19 | 67 | 15 | 4C | 0 | 50 | 3C | 75 | 42 | 18 |
| Octal | 31 | 147 | 25 | 114 | 0 | 120 | 74 | 165 | 102 | 30 |
| Binary | 11001 | 1100111 | 10101 | 1001100 | 0 | 1010000 | 111100 | 1110101 | 1000010 | 11000 |
Color Harmonies of #196715
Complementary color
Monochromatic Colors of #196715
Black with #196715
Text Example
Text Example
White with #196715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196715; }
p { color: rgb(25,103,21); }
H1.HeaderClassName
{
color: #196715;
}
.AnyTagClassName
{
color: #196715;
}
</style>
background-color css
<style>
a { background-color: #196715; }
a { background-color: rgb(25,103,21); }
div.DivClassName
{
background-color: #196715;
}
.BgClassName
{
background-color: #196715;
}
</style>
border-color css
<style>
span { border-color: #196715; }
span { border-color: rgb(25,103,21); }
td.TdClassName
{
border-color: #196715;
}
.TagClassName
{
border-color: #196715;
}
</style>