#70704F

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

Shades of Hemlock #70704F

Tints of Hemlock #70704F

Color information

#70704F (or 0x70704F) is unknown color: approx Hemlock. HEX triplet: 70, 70 and 4F. RGB value is (112,112,79). Sum of RGB (Red+Green+Blue) = 112+112+79=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70704F is #8F8FB0. Grayscale: #6C6C6C. Windows color (decimal): -9408433 or 5206128. OLE color: 5206128.

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

Color convert

RGB11211279-
CMYK000.290.56
HSL60º17.28%37.45%-
HSV(B)60º29.46%43.92%-
XYZ13.8915.69.68-
YUV108.24111.5130.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=36.96%
G=36.96%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211279000.290.566017.2837.45
Hex70704F001D383c1125
Octal160160117003570742145
Binary111000011100001001111001110111100011110010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70704F; }

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

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

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

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

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

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

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

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