Shades of Siam #70783F
Tints of Siam #70783F
RGB
CMYK
RGB Variations
Color information
#70783F (or 0x70783F) is known color: Siam. HEX triplet: 70, 78 and 3F. RGB value is (112,120,63). Sum of RGB (Red+Green+Blue) = 112+120+63=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 120 (47.27% from 255 or 40.68% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 120 - color contains mainly: green. Hex color #70783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70783F is #8F87C0. Grayscale: #6F6F6F. Windows color (decimal): -9406401 or 4159600. OLE color: 4159600.
HSL color Cylindrical-coordinate representation of color #70783F: hue angle of 68.42º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70783F is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 120 | 63 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.53 |
| HSL | 68.42º | 0.31% | 0.36% | - |
| HSV(B) | 68.42º | 0.48% | 0.47% | - |
| XYZ | 14.3 | 17.24 | 7.28 | - |
| YUV | 111.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 63 | 0.07 | 0 | 0.48 | 0.53 | 68.42 | 0.31 | 0.36 |
| Hex | 70 | 78 | 3F | 7 | 0 | 30 | 35 | 44 | 1F | 24 |
| Octal | 160 | 170 | 77 | 7 | 0 | 60 | 65 | 104 | 37 | 44 |
| Binary | 1110000 | 1111000 | 111111 | 111 | 0 | 110000 | 110101 | 1000100 | 11111 | 100100 |
Color Harmonies of #70783F
Complementary color
Monochromatic Colors of #70783F
Black with #70783F
Text Example
Text Example
White with #70783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70783F; }
p { color: rgb(112,120,63); }
H1.HeaderClassName
{
color: #70783F;
}
.AnyTagClassName
{
color: #70783F;
}
</style>
background-color css
<style>
a { background-color: #70783F; }
a { background-color: rgb(112,120,63); }
div.DivClassName
{
background-color: #70783F;
}
.BgClassName
{
background-color: #70783F;
}
</style>
border-color css
<style>
span { border-color: #70783F; }
span { border-color: rgb(112,120,63); }
td.TdClassName
{
border-color: #70783F;
}
.TagClassName
{
border-color: #70783F;
}
</style>