Shades of Siam #707941
Tints of Siam #707941
RGB
CMYK
RGB Variations
Color information
#707941 (or 0x707941) is known color: Siam. HEX triplet: 70, 79 and 41. RGB value is (112,121,65). Sum of RGB (Red+Green+Blue) = 112+121+65=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #707941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707941 is #8F86BE. Grayscale: #707070. Windows color (decimal): -9406143 or 4290928. OLE color: 4290928.
HSL color Cylindrical-coordinate representation of color #707941: hue angle of 69.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707941 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 65 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.53 |
| HSL | 69.64º | 0.3% | 0.36% | - |
| HSV(B) | 69.64º | 0.46% | 0.47% | - |
| XYZ | 14.47 | 17.5 | 7.62 | - |
| YUV | 111.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 65 | 0.07 | 0 | 0.46 | 0.53 | 69.64 | 0.3 | 0.36 |
| Hex | 70 | 79 | 41 | 7 | 0 | 2E | 35 | 46 | 1E | 24 |
| Octal | 160 | 171 | 101 | 7 | 0 | 56 | 65 | 106 | 36 | 44 |
| Binary | 1110000 | 1111001 | 1000001 | 111 | 0 | 101110 | 110101 | 1000110 | 11110 | 100100 |
Color Harmonies of #707941
Complementary color
Monochromatic Colors of #707941
Black with #707941
Text Example
Text Example
White with #707941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707941; }
p { color: rgb(112,121,65); }
H1.HeaderClassName
{
color: #707941;
}
.AnyTagClassName
{
color: #707941;
}
</style>
background-color css
<style>
a { background-color: #707941; }
a { background-color: rgb(112,121,65); }
div.DivClassName
{
background-color: #707941;
}
.BgClassName
{
background-color: #707941;
}
</style>
border-color css
<style>
span { border-color: #707941; }
span { border-color: rgb(112,121,65); }
td.TdClassName
{
border-color: #707941;
}
.TagClassName
{
border-color: #707941;
}
</style>