#707940

Color #707940 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #707940

Tints of Siam #707940

Color information

#707940 (or 0x707940) is unknown color: approx Siam. HEX triplet: 70, 79 and 40. RGB value is (112,121,64). Sum of RGB (Red+Green+Blue) = 112+121+64=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #707940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707940 is #8F86BF. Grayscale: #707070. Windows color (decimal): -9406144 or 4225392. OLE color: 4225392.

HSL color Cylindrical-coordinate representation of color #707940: hue angle of 69.47º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #707940 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB11212164-
CMYK0.0700.470.53
HSL69.47º30.81%36.27%-
HSV(B)69.47º47.11%47.45%-
XYZ14.4417.497.47-
YUV111.81101.02128.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=37.71%
G=40.74%
B=21.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112121640.0700.470.5369.4730.8136.27
Hex707940702F35451f24
Octal1601711007057651053744
Binary1110000111100110000001110101111110101100010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707940; }

 p { color: rgb(112,121,64); }

 H1.HeaderClassName
 {
   color: #707940;
 }
 .AnyTagClassName
 {
   color: #707940;
 }
</style>
background-color css

<style>
 a { background-color: #707940; }

 a { background-color: rgb(112,121,64); }

 div.DivClassName
 {
   background-color: #707940;
 }
 .BgClassName
 {
   background-color: #707940;
 }
</style>
border-color css

<style>
 span { border-color: #707940; }

 span { border-color: rgb(112,121,64); }

 td.TdClassName
 {
   border-color: #707940;
 }
 .TagClassName
 {
   border-color: #707940;
 }
</style>