#75A971

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

Shades of Amulet #75A971

Tints of Amulet #75A971

Color information

#75A971 (or 0x75A971) is unknown color: approx Amulet. HEX triplet: 75, A9 and 71. RGB value is (117,169,113). Sum of RGB (Red+Green+Blue) = 117+169+113=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #75A971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A971 is #8A568E. Grayscale: #939393. Windows color (decimal): -9066127 or 7448949. OLE color: 7448949.

HSL color Cylindrical-coordinate representation of color #75A971: hue angle of 115.71º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75A971 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB117169113-
CMYK0.3100.330.34
HSL115.71º24.56%55.29%-
HSV(B)115.71º33.14%66.27%-
XYZ24.533.3520.77-
YUV147.07108.77106.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 113 (44.53% from 255) = 28.32%
R=29.32%
G=42.36%
B=28.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1171691130.3100.330.34115.7124.5655.29
Hex75A9711F02122741937
Octal16525116137041421643167
Binary1110101101010011110001111110100001100010111010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,169,113); }

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

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

 a { background-color: rgb(117,169,113); }

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

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

 span { border-color: rgb(117,169,113); }

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