#8AA877

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

Shades of Amulet #8AA877

Tints of Amulet #8AA877

Color information

#8AA877 (or 0x8AA877) is unknown color: approx Amulet. HEX triplet: 8A, A8 and 77. RGB value is (138,168,119). Sum of RGB (Red+Green+Blue) = 138+168+119=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA877 is #755788. Grayscale: #999999. Windows color (decimal): -7690121 or 7841930. OLE color: 7841930.

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

Color convert

RGB138168119-
CMYK0.1800.290.34
HSL96.73º21.97%56.27%-
HSV(B)96.73º29.17%65.88%-
XYZ27.8134.7422.69-
YUV153.44108.56116.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 119 (46.88% from 255) = 28%
R=32.47%
G=39.53%
B=28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1381681190.1800.290.3496.7321.9756.27
Hex8AA8771201D22611638
Octal21225016722035421412670
Binary1000101010101000111011110010011101100010110000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,168,119); }

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

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

 a { background-color: rgb(138,168,119); }

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

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

 span { border-color: rgb(138,168,119); }

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