#80AF78

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

Shades of Amulet #80AF78

Tints of Amulet #80AF78

Color information

#80AF78 (or 0x80AF78) is unknown color: approx Amulet. HEX triplet: 80, AF and 78. RGB value is (128,175,120). Sum of RGB (Red+Green+Blue) = 128+175+120=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF78 is #7F5087. Grayscale: #9A9A9A. Windows color (decimal): -8343688 or 7909248. OLE color: 7909248.

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

Color convert

RGB128175120-
CMYK0.2700.310.31
HSL111.27º25.58%57.84%-
HSV(B)111.27º31.43%68.63%-
XYZ27.6236.6123.38-
YUV154.68108.43108.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 120 (47.27% from 255) = 28.37%
R=30.26%
G=41.37%
B=28.37%

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
Decimal1281751200.2700.310.31111.2725.5857.84
Hex80AF781B01F1F6f1a3a
Octal20025717033037371573272
Binary100000001010111111110001101101111111111110111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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