#70723D

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

Shades of Hemlock #70723D

Tints of Hemlock #70723D

Color information

#70723D (or 0x70723D) is unknown color: approx Hemlock. HEX triplet: 70, 72 and 3D. RGB value is (112,114,61). Sum of RGB (Red+Green+Blue) = 112+114+61=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #70723D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70723D is #8F8DC2. Grayscale: #6B6B6B. Windows color (decimal): -9407939 or 4026992. OLE color: 4026992.

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

Color convert

RGB11211461-
CMYK0.0200.460.55
HSL62.26º30.29%34.31%-
HSV(B)62.26º46.49%44.71%-
XYZ13.5415.826.75-
YUV107.36101.84131.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 61 (24.22% from 255) = 21.25%
R=39.02%
G=39.72%
B=21.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114610.0200.460.5562.2630.2934.31
Hex70723D202E373e1e22
Octal16016275205667763642
Binary1110000111001011110110010111011011111111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70723D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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