#759F73

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

Shades of Amulet #759F73

Tints of Amulet #759F73

Color information

#759F73 (or 0x759F73) is unknown color: approx Amulet. HEX triplet: 75, 9F and 73. RGB value is (117,159,115). Sum of RGB (Red+Green+Blue) = 117+159+115=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 159 - color contains mainly: green. Hex color #759F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F73 is #8A608C. Grayscale: #8D8D8D. Windows color (decimal): -9068685 or 7577461. OLE color: 7577461.

HSL color Cylindrical-coordinate representation of color #759F73: hue angle of 117.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #759F73 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB117159115-
CMYK0.2600.280.38
HSL117.27º18.64%53.73%-
HSV(B)117.27º27.67%62.35%-
XYZ22.8329.8220.77-
YUV141.43113.09110.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.92%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=29.92%
G=40.66%
B=29.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171591150.2600.280.38117.2718.6453.73
Hex759F731A01C26751336
Octal16523716332034461652366
Binary111010110011111111001111010011100100110111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,115); }

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

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

 a { background-color: rgb(117,159,115); }

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

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

 span { border-color: rgb(117,159,115); }

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