#70703E

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

Shades of Hemlock #70703E

Tints of Hemlock #70703E

Color information

#70703E (or 0x70703E) is unknown color: approx Hemlock. HEX triplet: 70, 70 and 3E. RGB value is (112,112,62). Sum of RGB (Red+Green+Blue) = 112+112+62=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70703E is #8F8FC1. Grayscale: #6A6A6A. Windows color (decimal): -9408450 or 4092016. OLE color: 4092016.

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

Color convert

RGB11211262-
CMYK000.450.56
HSL60º28.74%34.12%-
HSV(B)60º44.64%43.92%-
XYZ13.3515.386.82-
YUV106.3103132.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=39.16%
G=39.16%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211262000.450.566028.7434.12
Hex70703E002D383c1d22
Octal16016076005570743542
Binary111000011100001111100010110111100011110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70703E; }

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

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

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

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

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

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

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

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