#75AA72

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

Shades of Amulet #75AA72

Tints of Amulet #75AA72

Color information

#75AA72 (or 0x75AA72) is unknown color: approx Amulet. HEX triplet: 75, AA and 72. RGB value is (117,170,114). Sum of RGB (Red+Green+Blue) = 117+170+114=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA72 is #8A558D. Grayscale: #939393. Windows color (decimal): -9065870 or 7514741. OLE color: 7514741.

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

Color convert

RGB117170114-
CMYK0.3100.330.33
HSL116.79º24.78%55.69%-
HSV(B)116.79º32.94%66.67%-
XYZ24.7533.7521.13-
YUV147.77108.94106.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.18%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 114 (44.92% from 255) = 28.43%
R=29.18%
G=42.39%
B=28.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171701140.3100.330.33116.7924.7855.69
Hex75AA721F02121751938
Octal16525216237041411653170
Binary1110101101010101110010111110100001100001111010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,170,114); }

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

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

 a { background-color: rgb(117,170,114); }

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

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

 span { border-color: rgb(117,170,114); }

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