#707241

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

Shades of Hemlock #707241

Tints of Hemlock #707241

Color information

#707241 (or 0x707241) is unknown color: approx Hemlock. HEX triplet: 70, 72 and 41. RGB value is (112,114,65). Sum of RGB (Red+Green+Blue) = 112+114+65=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #707241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707241 is #8F8DBE. Grayscale: #6C6C6C. Windows color (decimal): -9407935 or 4289136. OLE color: 4289136.

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

Color convert

RGB11211465-
CMYK0.0200.430.55
HSL62.45º27.37%35.1%-
HSV(B)62.45º42.98%44.71%-
XYZ13.6515.867.34-
YUV107.82103.84130.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=38.49%
G=39.18%
B=22.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114650.0200.430.5562.4527.3735.1
Hex707241202B373e1b23
Octal160162101205367763343
Binary11100001110010100000110010101111011111111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707241; }

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

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

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

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

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

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

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

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