Shades of San Felix #17661C
Tints of San Felix #17661C
RGB
CMYK
RGB Variations
Color information
#17661C (or 0x17661C) is known color: San Felix. HEX triplet: 17, 66 and 1C. RGB value is (23,102,28). Sum of RGB (Red+Green+Blue) = 23+102+28=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #17661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17661C is #E899E3. Grayscale: #464646. Windows color (decimal): -15243748 or 1861143. OLE color: 1861143.
HSL color Cylindrical-coordinate representation of color #17661C: hue angle of 123.8º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17661C is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 102 | 28 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.6 |
| HSL | 123.8º | 0.63% | 0.25% | - |
| HSV(B) | 123.8º | 0.77% | 0.4% | - |
| XYZ | 5.31 | 9.77 | 2.7 | - |
| YUV | 69.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 28 | 0.77 | 0 | 0.73 | 0.6 | 123.8 | 0.63 | 0.25 |
| Hex | 17 | 66 | 1C | 4D | 0 | 49 | 3C | 7C | 3F | 19 |
| Octal | 27 | 146 | 34 | 115 | 0 | 111 | 74 | 174 | 77 | 31 |
| Binary | 10111 | 1100110 | 11100 | 1001101 | 0 | 1001001 | 111100 | 1111100 | 111111 | 11001 |
Color Harmonies of #17661C
Complementary color
Monochromatic Colors of #17661C
Black with #17661C
Text Example
Text Example
White with #17661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17661C; }
p { color: rgb(23,102,28); }
H1.HeaderClassName
{
color: #17661C;
}
.AnyTagClassName
{
color: #17661C;
}
</style>
background-color css
<style>
a { background-color: #17661C; }
a { background-color: rgb(23,102,28); }
div.DivClassName
{
background-color: #17661C;
}
.BgClassName
{
background-color: #17661C;
}
</style>
border-color css
<style>
span { border-color: #17661C; }
span { border-color: rgb(23,102,28); }
td.TdClassName
{
border-color: #17661C;
}
.TagClassName
{
border-color: #17661C;
}
</style>