#759B64

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

Shades of Amulet #759B64

Tints of Amulet #759B64

Color information

#759B64 (or 0x759B64) is unknown color: approx Amulet. HEX triplet: 75, 9B and 64. RGB value is (117,155,100). Sum of RGB (Red+Green+Blue) = 117+155+100=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 155 - color contains mainly: green. Hex color #759B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759B64 is #8A649B. Grayscale: #898989. Windows color (decimal): -9069724 or 6593397. OLE color: 6593397.

HSL color Cylindrical-coordinate representation of color #759B64: hue angle of 101.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #759B64 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB117155100-
CMYK0.2500.350.39
HSL101.45º21.57%50%-
HSV(B)101.45º35.48%60.78%-
XYZ21.3628.1416.36-
YUV137.37106.91113.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=31.45%
G=41.67%
B=26.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1171551000.2500.350.39101.4521.5750
Hex759B641902327651632
Octal16523314431043471452662
Binary1110101100110111100100110010100011100111110010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759B64; }

 p { color: rgb(117,155,100); }

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

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

 a { background-color: rgb(117,155,100); }

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

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

 span { border-color: rgb(117,155,100); }

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