#707240

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

Shades of Hemlock #707240

Tints of Hemlock #707240

Color information

#707240 (or 0x707240) is unknown color: approx Hemlock. HEX triplet: 70, 72 and 40. RGB value is (112,114,64). Sum of RGB (Red+Green+Blue) = 112+114+64=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #707240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707240 is #8F8DBF. Grayscale: #6B6B6B. Windows color (decimal): -9407936 or 4223600. OLE color: 4223600.

HSL color Cylindrical-coordinate representation of color #707240: hue angle of 62.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #707240 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB11211464-
CMYK0.0200.440.55
HSL62.4º28.09%34.9%-
HSV(B)62.4º43.86%44.71%-
XYZ13.6215.857.19-
YUV107.7103.34131.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.62%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=38.62%
G=39.31%
B=22.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114640.0200.440.5562.428.0934.9
Hex707240202C373e1c23
Octal160162100205467763443
Binary11100001110010100000010010110011011111111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707240; }

 p { color: rgb(112,114,64); }

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

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

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

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

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

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

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