#757446

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

Shades of Hemlock #757446

Tints of Hemlock #757446

Color information

#757446 (or 0x757446) is unknown color: approx Hemlock. HEX triplet: 75, 74 and 46. RGB value is (117,116,70). Sum of RGB (Red+Green+Blue) = 117+116+70=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #757446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757446 is #8A8BB9. Grayscale: #6F6F6F. Windows color (decimal): -9079738 or 4617333. OLE color: 4617333.

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

Color convert

RGB11711670-
CMYK00.010.400.54
HSL58.72º25.13%36.67%-
HSV(B)58.72º40.17%45.88%-
XYZ14.6916.718.25-
YUV111.06104.83132.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=38.61%
G=38.28%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171167000.010.400.5458.7225.1336.67
Hex7574460128363b1925
Octal165164106015066733145
Binary1110101111010010001100110100011011011101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757446; }

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

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

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

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

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

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

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

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