Shades of Siam #717A46
Tints of Siam #717A46
RGB
CMYK
RGB Variations
Color information
#717A46 (or 0x717A46) is known color: Siam. HEX triplet: 71, 7A and 46. RGB value is (113,122,70). Sum of RGB (Red+Green+Blue) = 113+122+70=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #717A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717A46 is #8E85B9. Grayscale: #717171. Windows color (decimal): -9340346 or 4618865. OLE color: 4618865.
HSL color Cylindrical-coordinate representation of color #717A46: hue angle of 70.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #717A46 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 70 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.52 |
| HSL | 70.38º | 0.27% | 0.38% | - |
| HSV(B) | 70.38º | 0.43% | 0.48% | - |
| XYZ | 14.88 | 17.87 | 8.46 | - |
| YUV | 113.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 70 | 0.07 | 0 | 0.43 | 0.52 | 70.38 | 0.27 | 0.38 |
| Hex | 71 | 7A | 46 | 7 | 0 | 2B | 34 | 46 | 1B | 26 |
| Octal | 161 | 172 | 106 | 7 | 0 | 53 | 64 | 106 | 33 | 46 |
| Binary | 1110001 | 1111010 | 1000110 | 111 | 0 | 101011 | 110100 | 1000110 | 11011 | 100110 |
Color Harmonies of #717A46
Complementary color
Monochromatic Colors of #717A46
Black with #717A46
Text Example
Text Example
White with #717A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A46; }
p { color: rgb(113,122,70); }
H1.HeaderClassName
{
color: #717A46;
}
.AnyTagClassName
{
color: #717A46;
}
</style>
background-color css
<style>
a { background-color: #717A46; }
a { background-color: rgb(113,122,70); }
div.DivClassName
{
background-color: #717A46;
}
.BgClassName
{
background-color: #717A46;
}
</style>
border-color css
<style>
span { border-color: #717A46; }
span { border-color: rgb(113,122,70); }
td.TdClassName
{
border-color: #717A46;
}
.TagClassName
{
border-color: #717A46;
}
</style>