#707A3F

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

Shades of Siam #707A3F

Tints of Siam #707A3F

Color information

#707A3F (or 0x707A3F) is unknown color: approx Siam. HEX triplet: 70, 7A and 3F. RGB value is (112,122,63). Sum of RGB (Red+Green+Blue) = 112+122+63=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #707A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A3F is #8F85C0. Grayscale: #707070. Windows color (decimal): -9405889 or 4160112. OLE color: 4160112.

HSL color Cylindrical-coordinate representation of color #707A3F: hue angle of 70.17º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #707A3F is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB11212263-
CMYK0.0800.480.52
HSL70.17º31.89%36.27%-
HSV(B)70.17º48.36%47.84%-
XYZ14.5417.727.36-
YUV112.28100.19127.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 63 (25% from 255) = 21.21%
R=37.71%
G=41.08%
B=21.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112122630.0800.480.5270.1731.8936.27
Hex707A3F803034462024
Octal1601727710060641064044
Binary11100001111010111111100001100001101001000110100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,122,63); }

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

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

 a { background-color: rgb(112,122,63); }

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

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

 span { border-color: rgb(112,122,63); }

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