#707142

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

Shades of Hemlock #707142

Tints of Hemlock #707142

Color information

#707142 (or 0x707142) is unknown color: approx Hemlock. HEX triplet: 70, 71 and 42. RGB value is (112,113,66). Sum of RGB (Red+Green+Blue) = 112+113+66=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #707142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707142 is #8F8EBD. Grayscale: #6B6B6B. Windows color (decimal): -9408190 or 4354416. OLE color: 4354416.

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

Color convert

RGB11211366-
CMYK0.0100.420.56
HSL61.28º26.26%35.1%-
HSV(B)61.28º41.59%44.31%-
XYZ13.5715.657.46-
YUV107.34104.67131.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=38.49%
G=38.83%
B=22.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113660.0100.420.5661.2826.2635.1
Hex707142102A383d1a23
Octal160161102105270753243
Binary1110000111000110000101010101011100011110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707142; }

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

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

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

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

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

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

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

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