Shades of Siam #707B41
Tints of Siam #707B41
RGB
CMYK
RGB Variations
Color information
#707B41 (or 0x707B41) is known color: Siam. HEX triplet: 70, 7B and 41. RGB value is (112,123,65). Sum of RGB (Red+Green+Blue) = 112+123+65=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #707B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B41 is #8F84BE. Grayscale: #717171. Windows color (decimal): -9405631 or 4291440. OLE color: 4291440.
HSL color Cylindrical-coordinate representation of color #707B41: hue angle of 71.38º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #707B41 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 65 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.52 |
| HSL | 71.38º | 0.31% | 0.37% | - |
| HSV(B) | 71.38º | 0.47% | 0.48% | - |
| XYZ | 14.72 | 17.99 | 7.7 | - |
| YUV | 113.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 65 | 0.09 | 0 | 0.47 | 0.52 | 71.38 | 0.31 | 0.37 |
| Hex | 70 | 7B | 41 | 9 | 0 | 2F | 34 | 47 | 1F | 25 |
| Octal | 160 | 173 | 101 | 11 | 0 | 57 | 64 | 107 | 37 | 45 |
| Binary | 1110000 | 1111011 | 1000001 | 1001 | 0 | 101111 | 110100 | 1000111 | 11111 | 100101 |
Color Harmonies of #707B41
Complementary color
Monochromatic Colors of #707B41
Black with #707B41
Text Example
Text Example
White with #707B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B41; }
p { color: rgb(112,123,65); }
H1.HeaderClassName
{
color: #707B41;
}
.AnyTagClassName
{
color: #707B41;
}
</style>
background-color css
<style>
a { background-color: #707B41; }
a { background-color: rgb(112,123,65); }
div.DivClassName
{
background-color: #707B41;
}
.BgClassName
{
background-color: #707B41;
}
</style>
border-color css
<style>
span { border-color: #707B41; }
span { border-color: rgb(112,123,65); }
td.TdClassName
{
border-color: #707B41;
}
.TagClassName
{
border-color: #707B41;
}
</style>