#8AA975

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

Shades of Amulet #8AA975

Tints of Amulet #8AA975

Color information

#8AA975 (or 0x8AA975) is unknown color: approx Amulet. HEX triplet: 8A, A9 and 75. RGB value is (138,169,117). Sum of RGB (Red+Green+Blue) = 138+169+117=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA975 is #75568A. Grayscale: #999999. Windows color (decimal): -7689867 or 7711114. OLE color: 7711114.

HSL color Cylindrical-coordinate representation of color #8AA975: hue angle of 95.77º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8AA975 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB138169117-
CMYK0.1800.310.34
HSL95.77º23.21%56.08%-
HSV(B)95.77º30.77%66.27%-
XYZ27.8835.0622.13-
YUV153.8107.23116.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.55%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=32.55%
G=39.86%
B=27.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381691170.1800.310.3495.7723.2156.08
Hex8AA9751201F22601738
Octal21225116522037421402770
Binary1000101010101001111010110010011111100010110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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