Shades of Siam #707B3F
Tints of Siam #707B3F
RGB
CMYK
RGB Variations
Color information
#707B3F (or 0x707B3F) is known color: Siam. HEX triplet: 70, 7B and 3F. RGB value is (112,123,63). Sum of RGB (Red+Green+Blue) = 112+123+63=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #707B3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B3F is #8F84C0. Grayscale: #717171. Windows color (decimal): -9405633 or 4160368. OLE color: 4160368.
HSL color Cylindrical-coordinate representation of color #707B3F: hue angle of 71º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707B3F is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 63 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.52 |
| HSL | 71º | 0.32% | 0.36% | - |
| HSV(B) | 71º | 0.49% | 0.48% | - |
| XYZ | 14.66 | 17.97 | 7.4 | - |
| YUV | 112.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 63 | 0.09 | 0 | 0.49 | 0.52 | 71 | 0.32 | 0.36 |
| Hex | 70 | 7B | 3F | 9 | 0 | 31 | 34 | 47 | 20 | 24 |
| Octal | 160 | 173 | 77 | 11 | 0 | 61 | 64 | 107 | 40 | 44 |
| Binary | 1110000 | 1111011 | 111111 | 1001 | 0 | 110001 | 110100 | 1000111 | 100000 | 100100 |
Color Harmonies of #707B3F
Complementary color
Monochromatic Colors of #707B3F
Black with #707B3F
Text Example
Text Example
White with #707B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B3F; }
p { color: rgb(112,123,63); }
H1.HeaderClassName
{
color: #707B3F;
}
.AnyTagClassName
{
color: #707B3F;
}
</style>
background-color css
<style>
a { background-color: #707B3F; }
a { background-color: rgb(112,123,63); }
div.DivClassName
{
background-color: #707B3F;
}
.BgClassName
{
background-color: #707B3F;
}
</style>
border-color css
<style>
span { border-color: #707B3F; }
span { border-color: rgb(112,123,63); }
td.TdClassName
{
border-color: #707B3F;
}
.TagClassName
{
border-color: #707B3F;
}
</style>