#716D46

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

Shades of Hemlock #716D46

Tints of Hemlock #716D46

Color information

#716D46 (or 0x716D46) is unknown color: approx Hemlock. HEX triplet: 71, 6D and 46. RGB value is (113,109,70). Sum of RGB (Red+Green+Blue) = 113+109+70=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #716D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D46 is #8E92B9. Grayscale: #696969. Windows color (decimal): -9343674 or 4615537. OLE color: 4615537.

HSL color Cylindrical-coordinate representation of color #716D46: hue angle of 54.42º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #716D46 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB11310970-
CMYK00.040.380.56
HSL54.42º23.5%35.88%-
HSV(B)54.42º38.05%44.31%-
XYZ13.3814.897.96-
YUV105.75107.83133.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 109 (42.97% from 255) = 37.33%
BLUE value IS 70 (27.73% from 255) = 23.97%
R=38.70%
G=37.33%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131097000.040.380.5654.4223.535.88
Hex716D46042638361724
Octal161155106044670662744
Binary111000111011011000110010010011011100011011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716D46; }

 p { color: rgb(113,109,70); }

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

<style>
 a { background-color: #716D46; }

 a { background-color: rgb(113,109,70); }

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

<style>
 span { border-color: #716D46; }

 span { border-color: rgb(113,109,70); }

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