#8AAE75

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

Shades of Amulet #8AAE75

Tints of Amulet #8AAE75

Color information

#8AAE75 (or 0x8AAE75) is unknown color: approx Amulet. HEX triplet: 8A, AE and 75. RGB value is (138,174,117). Sum of RGB (Red+Green+Blue) = 138+174+117=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE75 is #75518A. Grayscale: #9C9C9C. Windows color (decimal): -7688587 or 7712394. OLE color: 7712394.

HSL color Cylindrical-coordinate representation of color #8AAE75: hue angle of 97.89º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AAE75 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB138174117-
CMYK0.2100.330.32
HSL97.89º26.03%57.06%-
HSV(B)97.89º32.76%68.24%-
XYZ28.8336.9622.44-
YUV156.74105.57114.63-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=32.17%
G=40.56%
B=27.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741170.2100.330.3297.8926.0357.06
Hex8AAE751502120621a39
Octal21225616525041401423271
Binary10001010101011101110101101010100001100000110001011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AAE75; }

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

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

<style>
 a { background-color: #8AAE75; }

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

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

<style>
 span { border-color: #8AAE75; }

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

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