#70754B

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

Shades of Siam #70754B

Tints of Siam #70754B

Color information

#70754B (or 0x70754B) is unknown color: approx Siam. HEX triplet: 70, 75 and 4B. RGB value is (112,117,75). Sum of RGB (Red+Green+Blue) = 112+117+75=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #70754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70754B is #8F8AB4. Grayscale: #6E6E6E. Windows color (decimal): -9407157 or 4945264. OLE color: 4945264.

HSL color Cylindrical-coordinate representation of color #70754B: hue angle of 67.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70754B is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB11211775-
CMYK0.0400.360.54
HSL67.14º21.88%37.65%-
HSV(B)67.14º35.9%45.88%-
XYZ14.3116.689.12-
YUV110.72107.84128.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 75 (29.69% from 255) = 24.67%
R=36.84%
G=38.49%
B=24.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117750.0400.360.5467.1421.8837.65
Hex70754B402436431626
Octal1601651134044661032646
Binary1110000111010110010111000100100110110100001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70754B; }

 p { color: rgb(112,117,75); }

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

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

 a { background-color: rgb(112,117,75); }

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

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

 span { border-color: rgb(112,117,75); }

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