#75AE71

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

Shades of Amulet #75AE71

Tints of Amulet #75AE71

Color information

#75AE71 (or 0x75AE71) is unknown color: approx Amulet. HEX triplet: 75, AE and 71. RGB value is (117,174,113). Sum of RGB (Red+Green+Blue) = 117+174+113=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #75AE71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AE71 is #8A518E. Grayscale: #969696. Windows color (decimal): -9064847 or 7450229. OLE color: 7450229.

HSL color Cylindrical-coordinate representation of color #75AE71: hue angle of 116.07º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75AE71 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB117174113-
CMYK0.3300.350.32
HSL116.07º27.35%56.27%-
HSV(B)116.07º35.06%68.24%-
XYZ25.4535.2521.08-
YUV150107.12104.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=28.96%
G=43.07%
B=27.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1171741130.3300.350.32116.0727.3556.27
Hex75AE712102320741b38
Octal16525616141043401643370
Binary11101011010111011100011000010100011100000111010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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