#70713D

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

Shades of Hemlock #70713D

Tints of Hemlock #70713D

Color information

#70713D (or 0x70713D) is unknown color: approx Hemlock. HEX triplet: 70, 71 and 3D. RGB value is (112,113,61). Sum of RGB (Red+Green+Blue) = 112+113+61=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #70713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70713D is #8F8EC2. Grayscale: #6A6A6A. Windows color (decimal): -9408195 or 4026736. OLE color: 4026736.

HSL color Cylindrical-coordinate representation of color #70713D: hue angle of 61.15º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70713D is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB11211361-
CMYK0.0100.460.56
HSL61.15º29.89%34.12%-
HSV(B)61.15º46.02%44.31%-
XYZ13.4315.596.72-
YUV106.77102.17131.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 113 (44.53% from 255) = 39.51%
BLUE value IS 61 (24.22% from 255) = 21.33%
R=39.16%
G=39.51%
B=21.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113610.0100.460.5661.1529.8934.12
Hex70713D102E383d1e22
Octal16016175105670753642
Binary111000011100011111011010111011100011110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70713D; }

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

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

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

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

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

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

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

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