#707042

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

Shades of Hemlock #707042

Tints of Hemlock #707042

Color information

#707042 (or 0x707042) is unknown color: approx Hemlock. HEX triplet: 70, 70 and 42. RGB value is (112,112,66). Sum of RGB (Red+Green+Blue) = 112+112+66=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707042 is #8F8FBD. Grayscale: #6A6A6A. Windows color (decimal): -9408446 or 4354160. OLE color: 4354160.

HSL color Cylindrical-coordinate representation of color #707042: hue angle of 60º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707042 is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB11211266-
CMYK000.410.56
HSL60º25.84%34.9%-
HSV(B)60º41.07%43.92%-
XYZ13.4615.437.42-
YUV106.76105131.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=38.62%
G=38.62%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211266000.410.566025.8434.9
Hex7070420029383c1a23
Octal160160102005170743243
Binary1110000111000010000100010100111100011110011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707042; }

 p { color: rgb(112,112,66); }

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

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

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

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

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

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

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