Shades of Siam #70754A
Tints of Siam #70754A
RGB
CMYK
RGB Variations
Color information
#70754A (or 0x70754A) is known color: Siam. HEX triplet: 70, 75 and 4A. RGB value is (112,117,74). Sum of RGB (Red+Green+Blue) = 112+117+74=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #70754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70754A is #8F8AB5. Grayscale: #6E6E6E. Windows color (decimal): -9407158 or 4879728. OLE color: 4879728.
HSL color Cylindrical-coordinate representation of color #70754A: hue angle of 66.98º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70754A is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 117 | 74 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.54 |
| HSL | 66.98º | 0.23% | 0.37% | - |
| HSV(B) | 66.98º | 0.37% | 0.46% | - |
| XYZ | 14.28 | 16.66 | 8.94 | - |
| YUV | 110.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 117 | 74 | 0.04 | 0 | 0.37 | 0.54 | 66.98 | 0.23 | 0.37 |
| Hex | 70 | 75 | 4A | 4 | 0 | 25 | 36 | 43 | 17 | 25 |
| Octal | 160 | 165 | 112 | 4 | 0 | 45 | 66 | 103 | 27 | 45 |
| Binary | 1110000 | 1110101 | 1001010 | 100 | 0 | 100101 | 110110 | 1000011 | 10111 | 100101 |
Color Harmonies of #70754A
Complementary color
Monochromatic Colors of #70754A
Black with #70754A
Text Example
Text Example
White with #70754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70754A; }
p { color: rgb(112,117,74); }
H1.HeaderClassName
{
color: #70754A;
}
.AnyTagClassName
{
color: #70754A;
}
</style>
background-color css
<style>
a { background-color: #70754A; }
a { background-color: rgb(112,117,74); }
div.DivClassName
{
background-color: #70754A;
}
.BgClassName
{
background-color: #70754A;
}
</style>
border-color css
<style>
span { border-color: #70754A; }
span { border-color: rgb(112,117,74); }
td.TdClassName
{
border-color: #70754A;
}
.TagClassName
{
border-color: #70754A;
}
</style>