#70763F

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

Shades of Siam #70763F

Tints of Siam #70763F

Color information

#70763F (or 0x70763F) is unknown color: approx Siam. HEX triplet: 70, 76 and 3F. RGB value is (112,118,63). Sum of RGB (Red+Green+Blue) = 112+118+63=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #70763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70763F is #8F89C0. Grayscale: #6E6E6E. Windows color (decimal): -9406913 or 4159088. OLE color: 4159088.

HSL color Cylindrical-coordinate representation of color #70763F: hue angle of 66.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70763F is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11211863-
CMYK0.0500.470.54
HSL66.55º30.39%35.49%-
HSV(B)66.55º46.61%46.27%-
XYZ14.0616.767.2-
YUV109.94101.51129.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 63 (25% from 255) = 21.50%
R=38.23%
G=40.27%
B=21.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118630.0500.470.5466.5530.3935.49
Hex70763F502F36431e23
Octal160166775057661033643
Binary111000011101101111111010101111110110100001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70763F; }

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

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

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

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

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

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

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

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