#8AAF7A

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

Shades of Amulet #8AAF7A

Tints of Amulet #8AAF7A

Color information

#8AAF7A (or 0x8AAF7A) is unknown color: approx Amulet. HEX triplet: 8A, AF and 7A. RGB value is (138,175,122). Sum of RGB (Red+Green+Blue) = 138+175+122=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF7A is #755085. Grayscale: #9E9E9E. Windows color (decimal): -7688326 or 8040330. OLE color: 8040330.

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

Color convert

RGB138175122-
CMYK0.2100.300.31
HSL101.89º24.88%58.24%-
HSV(B)101.89º30.29%68.63%-
XYZ29.3237.4724.1-
YUV157.89107.74113.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 175 (68.75% from 255) = 40.23%
BLUE value IS 122 (48.05% from 255) = 28.05%
R=31.72%
G=40.23%
B=28.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751220.2100.300.31101.8924.8858.24
Hex8AAF7A1501E1F66193a
Octal21225717225036371463172
Binary100010101010111111110101010101111011111110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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