Shades of San Felix #17601E
Tints of San Felix #17601E
RGB
CMYK
RGB Variations
Color information
#17601E (or 0x17601E) is known color: San Felix. HEX triplet: 17, 60 and 1E. RGB value is (23,96,30). Sum of RGB (Red+Green+Blue) = 23+96+30=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #17601E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17601E is #E89FE1. Grayscale: #424242. Windows color (decimal): -15245282 or 1990679. OLE color: 1990679.
HSL color Cylindrical-coordinate representation of color #17601E: hue angle of 125.75º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17601E is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 96 | 30 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.62 |
| HSL | 125.75º | 0.61% | 0.23% | - |
| HSV(B) | 125.75º | 0.76% | 0.38% | - |
| XYZ | 4.77 | 8.64 | 2.64 | - |
| YUV | 66.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 30 | 0.76 | 0 | 0.69 | 0.62 | 125.75 | 0.61 | 0.23 |
| Hex | 17 | 60 | 1E | 4C | 0 | 45 | 3E | 7E | 3D | 17 |
| Octal | 27 | 140 | 36 | 114 | 0 | 105 | 76 | 176 | 75 | 27 |
| Binary | 10111 | 1100000 | 11110 | 1001100 | 0 | 1000101 | 111110 | 1111110 | 111101 | 10111 |
Color Harmonies of #17601E
Complementary color
Monochromatic Colors of #17601E
Black with #17601E
Text Example
Text Example
White with #17601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17601E; }
p { color: rgb(23,96,30); }
H1.HeaderClassName
{
color: #17601E;
}
.AnyTagClassName
{
color: #17601E;
}
</style>
background-color css
<style>
a { background-color: #17601E; }
a { background-color: rgb(23,96,30); }
div.DivClassName
{
background-color: #17601E;
}
.BgClassName
{
background-color: #17601E;
}
</style>
border-color css
<style>
span { border-color: #17601E; }
span { border-color: rgb(23,96,30); }
td.TdClassName
{
border-color: #17601E;
}
.TagClassName
{
border-color: #17601E;
}
</style>