Shades of Siam #70793F
Tints of Siam #70793F
RGB
CMYK
RGB Variations
Color information
#70793F (or 0x70793F) is known color: Siam. HEX triplet: 70, 79 and 3F. RGB value is (112,121,63). Sum of RGB (Red+Green+Blue) = 112+121+63=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #70793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70793F is #8F86C0. Grayscale: #6F6F6F. Windows color (decimal): -9406145 or 4159856. OLE color: 4159856.
HSL color Cylindrical-coordinate representation of color #70793F: hue angle of 69.31º degrees, saturation: 0.32, 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 #70793F is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 121 | 63 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.53 |
| HSL | 69.31º | 0.32% | 0.36% | - |
| HSV(B) | 69.31º | 0.48% | 0.47% | - |
| XYZ | 14.42 | 17.48 | 7.32 | - |
| YUV | 111.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 63 | 0.07 | 0 | 0.48 | 0.53 | 69.31 | 0.32 | 0.36 |
| Hex | 70 | 79 | 3F | 7 | 0 | 30 | 35 | 45 | 20 | 24 |
| Octal | 160 | 171 | 77 | 7 | 0 | 60 | 65 | 105 | 40 | 44 |
| Binary | 1110000 | 1111001 | 111111 | 111 | 0 | 110000 | 110101 | 1000101 | 100000 | 100100 |
Color Harmonies of #70793F
Complementary color
Monochromatic Colors of #70793F
Black with #70793F
Text Example
Text Example
White with #70793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70793F; }
p { color: rgb(112,121,63); }
H1.HeaderClassName
{
color: #70793F;
}
.AnyTagClassName
{
color: #70793F;
}
</style>
background-color css
<style>
a { background-color: #70793F; }
a { background-color: rgb(112,121,63); }
div.DivClassName
{
background-color: #70793F;
}
.BgClassName
{
background-color: #70793F;
}
</style>
border-color css
<style>
span { border-color: #70793F; }
span { border-color: rgb(112,121,63); }
td.TdClassName
{
border-color: #70793F;
}
.TagClassName
{
border-color: #70793F;
}
</style>