#70713F

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

Shades of Hemlock #70713F

Tints of Hemlock #70713F

Color information

#70713F (or 0x70713F) is unknown color: approx Hemlock. HEX triplet: 70, 71 and 3F. RGB value is (112,113,63). Sum of RGB (Red+Green+Blue) = 112+113+63=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #70713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70713F is #8F8EC0. Grayscale: #6B6B6B. Windows color (decimal): -9408193 or 4157808. OLE color: 4157808.

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

Color convert

RGB11211363-
CMYK0.0100.440.56
HSL61.2º28.41%34.51%-
HSV(B)61.2º44.25%44.31%-
XYZ13.4815.617.01-
YUV107103.17131.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 63 (25% from 255) = 21.88%
R=38.89%
G=39.24%
B=21.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113630.0100.440.5661.228.4134.51
Hex70713F102C383d1c23
Octal16016177105470753443
Binary111000011100011111111010110011100011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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