Shades of San Felix #206726
Tints of San Felix #206726
RGB
CMYK
RGB Variations
Color information
#206726 (or 0x206726) is known color: San Felix. HEX triplet: 20, 67 and 26. RGB value is (32,103,38). Sum of RGB (Red+Green+Blue) = 32+103+38=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 103 (40.62% from 255 or 59.54% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 103 - color contains mainly: green. Hex color #206726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206726 is #DF98D9. Grayscale: #4A4A4A. Windows color (decimal): -14653658 or 2516768. OLE color: 2516768.
HSL color Cylindrical-coordinate representation of color #206726: hue angle of 125.07º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206726 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 103 | 38 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.60 |
| HSL | 125.07º | 0.53% | 0.26% | - |
| HSV(B) | 125.07º | 0.69% | 0.4% | - |
| XYZ | 5.8 | 10.15 | 3.49 | - |
| YUV | 74.36 | 107.48 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 103 | 38 | 0.69 | 0 | 0.63 | 0.60 | 125.07 | 0.53 | 0.26 |
| Hex | 20 | 67 | 26 | 45 | 0 | 3F | 3C | 7D | 35 | 1A |
| Octal | 40 | 147 | 46 | 105 | 0 | 77 | 74 | 175 | 65 | 32 |
| Binary | 100000 | 1100111 | 100110 | 1000101 | 0 | 111111 | 111100 | 1111101 | 110101 | 11010 |
Color Harmonies of #206726
Complementary color
Monochromatic Colors of #206726
Black with #206726
Text Example
Text Example
White with #206726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206726; }
p { color: rgb(32,103,38); }
H1.HeaderClassName
{
color: #206726;
}
.AnyTagClassName
{
color: #206726;
}
</style>
background-color css
<style>
a { background-color: #206726; }
a { background-color: rgb(32,103,38); }
div.DivClassName
{
background-color: #206726;
}
.BgClassName
{
background-color: #206726;
}
</style>
border-color css
<style>
span { border-color: #206726; }
span { border-color: rgb(32,103,38); }
td.TdClassName
{
border-color: #206726;
}
.TagClassName
{
border-color: #206726;
}
</style>