#8AAF79

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

Shades of Amulet #8AAF79

Tints of Amulet #8AAF79

Color information

#8AAF79 (or 0x8AAF79) is unknown color: approx Amulet. HEX triplet: 8A, AF and 79. RGB value is (138,175,121). Sum of RGB (Red+Green+Blue) = 138+175+121=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF79 is #755086. Grayscale: #9D9D9D. Windows color (decimal): -7688327 or 7974794. OLE color: 7974794.

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

Color convert

RGB138175121-
CMYK0.2100.310.31
HSL101.11º25.23%58.04%-
HSV(B)101.11º30.86%68.63%-
XYZ29.2637.4423.77-
YUV157.78107.24113.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.80%
GREEN value IS 175 (68.75% from 255) = 40.32%
BLUE value IS 121 (47.66% from 255) = 27.88%
R=31.80%
G=40.32%
B=27.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751210.2100.310.31101.1125.2358.04
Hex8AAF791501F1F65193a
Octal21225717125037371453172
Binary100010101010111111110011010101111111111110010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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