#75A573

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

Shades of Amulet #75A573

Tints of Amulet #75A573

Color information

#75A573 (or 0x75A573) is unknown color: approx Amulet. HEX triplet: 75, A5 and 73. RGB value is (117,165,115). Sum of RGB (Red+Green+Blue) = 117+165+115=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 165 - color contains mainly: green. Hex color #75A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A573 is #8A5A8C. Grayscale: #919191. Windows color (decimal): -9067149 or 7578997. OLE color: 7578997.

HSL color Cylindrical-coordinate representation of color #75A573: hue angle of 117.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A573 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB117165115-
CMYK0.2900.300.35
HSL117.6º21.74%54.9%-
HSV(B)117.6º30.3%64.71%-
XYZ23.8931.9321.12-
YUV144.95111.1108.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 165 (64.84% from 255) = 41.56%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=29.47%
G=41.56%
B=28.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1171651150.2900.300.35117.621.7454.9
Hex75A5731D01E23761637
Octal16524516335036431662667
Binary111010110100101111001111101011110100011111011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A573; }

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

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

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

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

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

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

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

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