Shades of Siam #707C40
Tints of Siam #707C40
RGB
CMYK
RGB Variations
Color information
#707C40 (or 0x707C40) is known color: Siam. HEX triplet: 70, 7C and 40. RGB value is (112,124,64). Sum of RGB (Red+Green+Blue) = 112+124+64=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #707C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C40 is #8F83BF. Grayscale: #717171. Windows color (decimal): -9405376 or 4226160. OLE color: 4226160.
HSL color Cylindrical-coordinate representation of color #707C40: hue angle of 72º degrees, saturation: 0.32, 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 #707C40 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 64 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.51 |
| HSL | 72º | 0.32% | 0.37% | - |
| HSV(B) | 72º | 0.48% | 0.49% | - |
| XYZ | 14.82 | 18.23 | 7.59 | - |
| YUV | 113.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 64 | 0.10 | 0 | 0.48 | 0.51 | 72 | 0.32 | 0.37 |
| Hex | 70 | 7C | 40 | A | 0 | 30 | 33 | 48 | 20 | 25 |
| Octal | 160 | 174 | 100 | 12 | 0 | 60 | 63 | 110 | 40 | 45 |
| Binary | 1110000 | 1111100 | 1000000 | 1010 | 0 | 110000 | 110011 | 1001000 | 100000 | 100101 |
Color Harmonies of #707C40
Complementary color
Monochromatic Colors of #707C40
Black with #707C40
Text Example
Text Example
White with #707C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C40; }
p { color: rgb(112,124,64); }
H1.HeaderClassName
{
color: #707C40;
}
.AnyTagClassName
{
color: #707C40;
}
</style>
background-color css
<style>
a { background-color: #707C40; }
a { background-color: rgb(112,124,64); }
div.DivClassName
{
background-color: #707C40;
}
.BgClassName
{
background-color: #707C40;
}
</style>
border-color css
<style>
span { border-color: #707C40; }
span { border-color: rgb(112,124,64); }
td.TdClassName
{
border-color: #707C40;
}
.TagClassName
{
border-color: #707C40;
}
</style>