#71724C

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

Shades of Hemlock #71724C

Tints of Hemlock #71724C

Color information

#71724C (or 0x71724C) is unknown color: approx Hemlock. HEX triplet: 71, 72 and 4C. RGB value is (113,114,76). Sum of RGB (Red+Green+Blue) = 113+114+76=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #71724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71724C is #8E8DB3. Grayscale: #6D6D6D. Windows color (decimal): -9342388 or 5010033. OLE color: 5010033.

HSL color Cylindrical-coordinate representation of color #71724C: hue angle of 61.58º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71724C is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB11311476-
CMYK0.0100.330.55
HSL61.58º20%37.25%-
HSV(B)61.58º33.33%44.71%-
XYZ14.1316.079.19-
YUV109.37109.17130.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=37.29%
G=37.62%
B=25.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113114760.0100.330.5561.582037.25
Hex71724C1021373e1425
Octal161162114104167762445
Binary1110001111001010011001010000111011111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71724C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71724C; }

 p { color: rgb(113,114,76); }

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

<style>
 a { background-color: #71724C; }

 a { background-color: rgb(113,114,76); }

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

<style>
 span { border-color: #71724C; }

 span { border-color: rgb(113,114,76); }

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