#8AAE79

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

Shades of Amulet #8AAE79

Tints of Amulet #8AAE79

Color information

#8AAE79 (or 0x8AAE79) is unknown color: approx Amulet. HEX triplet: 8A, AE and 79. RGB value is (138,174,121). Sum of RGB (Red+Green+Blue) = 138+174+121=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE79 is #755186. Grayscale: #9D9D9D. Windows color (decimal): -7688583 or 7974538. OLE color: 7974538.

HSL color Cylindrical-coordinate representation of color #8AAE79: hue angle of 100.75º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8AAE79 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB138174121-
CMYK0.2100.300.32
HSL100.75º24.65%57.84%-
HSV(B)100.75º30.46%68.24%-
XYZ29.0737.0623.71-
YUV157.19107.57114.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=31.87%
G=40.18%
B=27.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741210.2100.300.32100.7524.6557.84
Hex8AAE791501E2065193a
Octal21225617125036401453172
Binary1000101010101110111100110101011110100000110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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