Shades of Siam #707945
Tints of Siam #707945
RGB
CMYK
RGB Variations
Color information
#707945 (or 0x707945) is known color: Siam. HEX triplet: 70, 79 and 45. RGB value is (112,121,69). Sum of RGB (Red+Green+Blue) = 112+121+69=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #707945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707945 is #8F86BA. Grayscale: #707070. Windows color (decimal): -9406139 or 4553072. OLE color: 4553072.
HSL color Cylindrical-coordinate representation of color #707945: hue angle of 70.38º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #707945 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 69 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.53 |
| HSL | 70.38º | 0.27% | 0.37% | - |
| HSV(B) | 70.38º | 0.43% | 0.47% | - |
| XYZ | 14.59 | 17.55 | 8.25 | - |
| YUV | 112.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 69 | 0.07 | 0 | 0.43 | 0.53 | 70.38 | 0.27 | 0.37 |
| Hex | 70 | 79 | 45 | 7 | 0 | 2B | 35 | 46 | 1B | 25 |
| Octal | 160 | 171 | 105 | 7 | 0 | 53 | 65 | 106 | 33 | 45 |
| Binary | 1110000 | 1111001 | 1000101 | 111 | 0 | 101011 | 110101 | 1000110 | 11011 | 100101 |
Color Harmonies of #707945
Complementary color
Monochromatic Colors of #707945
Black with #707945
Text Example
Text Example
White with #707945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707945; }
p { color: rgb(112,121,69); }
H1.HeaderClassName
{
color: #707945;
}
.AnyTagClassName
{
color: #707945;
}
</style>
background-color css
<style>
a { background-color: #707945; }
a { background-color: rgb(112,121,69); }
div.DivClassName
{
background-color: #707945;
}
.BgClassName
{
background-color: #707945;
}
</style>
border-color css
<style>
span { border-color: #707945; }
span { border-color: rgb(112,121,69); }
td.TdClassName
{
border-color: #707945;
}
.TagClassName
{
border-color: #707945;
}
</style>