#757646

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

Shades of Hemlock #757646

Tints of Hemlock #757646

Color information

#757646 (or 0x757646) is unknown color: approx Hemlock. HEX triplet: 75, 76 and 46. RGB value is (117,118,70). Sum of RGB (Red+Green+Blue) = 117+118+70=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #757646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757646 is #8A89B9. Grayscale: #707070. Windows color (decimal): -9079226 or 4617845. OLE color: 4617845.

HSL color Cylindrical-coordinate representation of color #757646: hue angle of 61.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #757646 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB11711870-
CMYK0.0100.410.54
HSL61.25º25.53%36.86%-
HSV(B)61.25º40.68%46.27%-
XYZ14.9217.188.32-
YUV112.23104.17131.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=38.36%
G=38.69%
B=22.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118700.0100.410.5461.2525.5336.86
Hex7576461029363d1a25
Octal165166106105166753245
Binary1110101111011010001101010100111011011110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757646; }

 p { color: rgb(117,118,70); }

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

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

 a { background-color: rgb(117,118,70); }

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

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

 span { border-color: rgb(117,118,70); }

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