#757645

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

Shades of Hemlock #757645

Tints of Hemlock #757645

Color information

#757645 (or 0x757645) is unknown color: approx Hemlock. HEX triplet: 75, 76 and 45. RGB value is (117,118,69). Sum of RGB (Red+Green+Blue) = 117+118+69=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #757645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757645 is #8A89BA. Grayscale: #707070. Windows color (decimal): -9079227 or 4552309. OLE color: 4552309.

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

Color convert

RGB11711869-
CMYK0.0100.420.54
HSL61.22º26.2%36.67%-
HSV(B)61.22º41.53%46.27%-
XYZ14.8917.178.16-
YUV112.12103.67131.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=38.49%
G=38.82%
B=22.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117118690.0100.420.5461.2226.236.67
Hex757645102A363d1a25
Octal165166105105266753245
Binary1110101111011010001011010101011011011110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757645; }

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

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

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

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

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

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

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

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