#707446

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

Shades of Siam #707446

Tints of Siam #707446

Color information

#707446 (or 0x707446) is unknown color: approx Siam. HEX triplet: 70, 74 and 46. RGB value is (112,116,70). Sum of RGB (Red+Green+Blue) = 112+116+70=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #707446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707446 is #8F8BB9. Grayscale: #6D6D6D. Windows color (decimal): -9407418 or 4617328. OLE color: 4617328.

HSL color Cylindrical-coordinate representation of color #707446: hue angle of 65.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707446 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB11211670-
CMYK0.0300.400.55
HSL65.22º24.73%36.47%-
HSV(B)65.22º39.66%45.49%-
XYZ14.0316.388.22-
YUV109.56105.67129.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 70 (27.73% from 255) = 23.49%
R=37.58%
G=38.93%
B=23.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116700.0300.400.5565.2224.7336.47
Hex707446302837411924
Octal1601641063050671013144
Binary111000011101001000110110101000110111100000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707446; }

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

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

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

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

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

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

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

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