#8AA77F

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

Shades of Amulet #8AA77F

Tints of Amulet #8AA77F

Color information

#8AA77F (or 0x8AA77F) is unknown color: approx Amulet. HEX triplet: 8A, A7 and 7F. RGB value is (138,167,127). Sum of RGB (Red+Green+Blue) = 138+167+127=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA77F is #755880. Grayscale: #999999. Windows color (decimal): -7690369 or 8365962. OLE color: 8365962.

HSL color Cylindrical-coordinate representation of color #8AA77F: hue angle of 103.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AA77F is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB138167127-
CMYK0.1700.240.35
HSL103.5º18.52%57.65%-
HSV(B)103.5º23.95%65.49%-
XYZ28.1334.5725.27-
YUV153.77112.89116.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 167 (65.62% from 255) = 38.66%
BLUE value IS 127 (50% from 255) = 29.40%
R=31.94%
G=38.66%
B=29.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1381671270.1700.240.35103.518.5257.65
Hex8AA77F110182367133a
Octal21224717721030431472372
Binary1000101010100111111111110001011000100011110011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,167,127); }

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

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

 a { background-color: rgb(138,167,127); }

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

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

 span { border-color: rgb(138,167,127); }

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