#8AAF77

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

Shades of Amulet #8AAF77

Tints of Amulet #8AAF77

Color information

#8AAF77 (or 0x8AAF77) is unknown color: approx Amulet. HEX triplet: 8A, AF and 77. RGB value is (138,175,119). Sum of RGB (Red+Green+Blue) = 138+175+119=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF77 is #755088. Grayscale: #9D9D9D. Windows color (decimal): -7688329 or 7843722. OLE color: 7843722.

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

Color convert

RGB138175119-
CMYK0.2100.320.31
HSL99.64º25.93%57.65%-
HSV(B)99.64º32%68.63%-
XYZ29.1437.423.13-
YUV157.55106.24114.05-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=31.94%
G=40.51%
B=27.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751190.2100.320.3199.6425.9357.65
Hex8AAF77150201F641a3a
Octal21225716725040371443272
Binary1000101010101111111011110101010000011111110010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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