Shades of San Felix #15691E
Tints of San Felix #15691E
RGB
CMYK
RGB Variations
Color information
#15691E (or 0x15691E) is known color: San Felix. HEX triplet: 15, 69 and 1E. RGB value is (21,105,30). Sum of RGB (Red+Green+Blue) = 21+105+30=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 30 (12.11% from 255 or 19.23% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #15691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15691E is #EA96E1. Grayscale: #474747. Windows color (decimal): -15374050 or 1992981. OLE color: 1992981.
HSL color Cylindrical-coordinate representation of color #15691E: hue angle of 126.43º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15691E is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 21 | 105 | 30 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.59 |
| HSL | 126.43º | 0.67% | 0.25% | - |
| HSV(B) | 126.43º | 0.8% | 0.41% | - |
| XYZ | 5.6 | 10.36 | 2.93 | - |
| YUV | 71.33 | 104.67 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 30 | 0.80 | 0 | 0.71 | 0.59 | 126.43 | 0.67 | 0.25 |
| Hex | 15 | 69 | 1E | 50 | 0 | 47 | 3B | 7E | 43 | 19 |
| Octal | 25 | 151 | 36 | 120 | 0 | 107 | 73 | 176 | 103 | 31 |
| Binary | 10101 | 1101001 | 11110 | 1010000 | 0 | 1000111 | 111011 | 1111110 | 1000011 | 11001 |
Color Harmonies of #15691E
Complementary color
Monochromatic Colors of #15691E
Black with #15691E
Text Example
Text Example
White with #15691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15691E; }
p { color: rgb(21,105,30); }
H1.HeaderClassName
{
color: #15691E;
}
.AnyTagClassName
{
color: #15691E;
}
</style>
background-color css
<style>
a { background-color: #15691E; }
a { background-color: rgb(21,105,30); }
div.DivClassName
{
background-color: #15691E;
}
.BgClassName
{
background-color: #15691E;
}
</style>
border-color css
<style>
span { border-color: #15691E; }
span { border-color: rgb(21,105,30); }
td.TdClassName
{
border-color: #15691E;
}
.TagClassName
{
border-color: #15691E;
}
</style>