#80AF79

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

Shades of Amulet #80AF79

Tints of Amulet #80AF79

Color information

#80AF79 (or 0x80AF79) is unknown color: approx Amulet. HEX triplet: 80, AF and 79. RGB value is (128,175,121). Sum of RGB (Red+Green+Blue) = 128+175+121=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF79 is #7F5086. Grayscale: #9A9A9A. Windows color (decimal): -8343687 or 7974784. OLE color: 7974784.

HSL color Cylindrical-coordinate representation of color #80AF79: hue angle of 112.22º 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 #80AF79 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB128175121-
CMYK0.2700.310.31
HSL112.22º25.23%58.04%-
HSV(B)112.22º30.86%68.63%-
XYZ27.6836.6323.7-
YUV154.79108.93108.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 121 (47.66% from 255) = 28.54%
R=30.19%
G=41.27%
B=28.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751210.2700.310.31112.2225.2358.04
Hex80AF791B01F1F70193a
Octal20025717133037371603172
Binary100000001010111111110011101101111111111111000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AF79; }

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

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

<style>
 a { background-color: #80AF79; }

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

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

<style>
 span { border-color: #80AF79; }

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

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