Shades of Siam #717C41
Tints of Siam #717C41
RGB
CMYK
RGB Variations
Color information
#717C41 (or 0x717C41) is known color: Siam. HEX triplet: 71, 7C and 41. RGB value is (113,124,65). Sum of RGB (Red+Green+Blue) = 113+124+65=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #717C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717C41 is #8E83BE. Grayscale: #727272. Windows color (decimal): -9339839 or 4291697. OLE color: 4291697.
HSL color Cylindrical-coordinate representation of color #717C41: hue angle of 71.19º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #717C41 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 124 | 65 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.51 |
| HSL | 71.19º | 0.31% | 0.37% | - |
| HSV(B) | 71.19º | 0.48% | 0.49% | - |
| XYZ | 14.97 | 18.31 | 7.75 | - |
| YUV | 113.99 | 100.36 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 124 | 65 | 0.09 | 0 | 0.48 | 0.51 | 71.19 | 0.31 | 0.37 |
| Hex | 71 | 7C | 41 | 9 | 0 | 30 | 33 | 47 | 1F | 25 |
| Octal | 161 | 174 | 101 | 11 | 0 | 60 | 63 | 107 | 37 | 45 |
| Binary | 1110001 | 1111100 | 1000001 | 1001 | 0 | 110000 | 110011 | 1000111 | 11111 | 100101 |
Color Harmonies of #717C41
Complementary color
Monochromatic Colors of #717C41
Black with #717C41
Text Example
Text Example
White with #717C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717C41; }
p { color: rgb(113,124,65); }
H1.HeaderClassName
{
color: #717C41;
}
.AnyTagClassName
{
color: #717C41;
}
</style>
background-color css
<style>
a { background-color: #717C41; }
a { background-color: rgb(113,124,65); }
div.DivClassName
{
background-color: #717C41;
}
.BgClassName
{
background-color: #717C41;
}
</style>
border-color css
<style>
span { border-color: #717C41; }
span { border-color: rgb(113,124,65); }
td.TdClassName
{
border-color: #717C41;
}
.TagClassName
{
border-color: #717C41;
}
</style>