Shades of Siam #707A45
Tints of Siam #707A45
RGB
CMYK
RGB Variations
Color information
#707A45 (or 0x707A45) is known color: Siam. HEX triplet: 70, 7A and 45. RGB value is (112,122,69). Sum of RGB (Red+Green+Blue) = 112+122+69=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #707A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A45 is #8F85BA. Grayscale: #717171. Windows color (decimal): -9405883 or 4553328. OLE color: 4553328.
HSL color Cylindrical-coordinate representation of color #707A45: hue angle of 71.32º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #707A45 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 69 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.52 |
| HSL | 71.32º | 0.28% | 0.37% | - |
| HSV(B) | 71.32º | 0.43% | 0.48% | - |
| XYZ | 14.72 | 17.79 | 8.29 | - |
| YUV | 112.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 69 | 0.08 | 0 | 0.43 | 0.52 | 71.32 | 0.28 | 0.37 |
| Hex | 70 | 7A | 45 | 8 | 0 | 2B | 34 | 47 | 1C | 25 |
| Octal | 160 | 172 | 105 | 10 | 0 | 53 | 64 | 107 | 34 | 45 |
| Binary | 1110000 | 1111010 | 1000101 | 1000 | 0 | 101011 | 110100 | 1000111 | 11100 | 100101 |
Color Harmonies of #707A45
Complementary color
Monochromatic Colors of #707A45
Black with #707A45
Text Example
Text Example
White with #707A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A45; }
p { color: rgb(112,122,69); }
H1.HeaderClassName
{
color: #707A45;
}
.AnyTagClassName
{
color: #707A45;
}
</style>
background-color css
<style>
a { background-color: #707A45; }
a { background-color: rgb(112,122,69); }
div.DivClassName
{
background-color: #707A45;
}
.BgClassName
{
background-color: #707A45;
}
</style>
border-color css
<style>
span { border-color: #707A45; }
span { border-color: rgb(112,122,69); }
td.TdClassName
{
border-color: #707A45;
}
.TagClassName
{
border-color: #707A45;
}
</style>