#707C46

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

Shades of Siam #707C46

Tints of Siam #707C46

Color information

#707C46 (or 0x707C46) is unknown color: approx Siam. HEX triplet: 70, 7C and 46. RGB value is (112,124,70). Sum of RGB (Red+Green+Blue) = 112+124+70=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 124 - color contains mainly: green. Hex color #707C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C46 is #8F83B9. Grayscale: #727272. Windows color (decimal): -9405370 or 4619376. OLE color: 4619376.

HSL color Cylindrical-coordinate representation of color #707C46: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #707C46 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB11212470-
CMYK0.1000.440.51
HSL73.33º27.84%38.04%-
HSV(B)73.33º43.55%48.63%-
XYZ1518.38.54-
YUV114.26103.02126.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 124 (48.83% from 255) = 40.52%
BLUE value IS 70 (27.73% from 255) = 22.88%
R=36.60%
G=40.52%
B=22.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112124700.1000.440.5173.3327.8438.04
Hex707C46A02C33491c26
Octal16017410612054631113446
Binary11100001111100100011010100101100110011100100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707C46; }

 p { color: rgb(112,124,70); }

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

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

 a { background-color: rgb(112,124,70); }

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

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

 span { border-color: rgb(112,124,70); }

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