#80AF75

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

Shades of Amulet #80AF75

Tints of Amulet #80AF75

Color information

#80AF75 (or 0x80AF75) is unknown color: approx Amulet. HEX triplet: 80, AF and 75. RGB value is (128,175,117). Sum of RGB (Red+Green+Blue) = 128+175+117=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF75 is #7F508A. Grayscale: #9A9A9A. Windows color (decimal): -8343691 or 7712640. OLE color: 7712640.

HSL color Cylindrical-coordinate representation of color #80AF75: hue angle of 108.62º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80AF75 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB128175117-
CMYK0.2700.330.31
HSL108.62º26.61%57.25%-
HSV(B)108.62º33.14%68.63%-
XYZ27.4436.5322.43-
YUV154.33106.93109.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 117 (46.09% from 255) = 27.86%
R=30.48%
G=41.67%
B=27.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281751170.2700.330.31108.6226.6157.25
Hex80AF751B0211F6d1b39
Octal20025716533041371553371
Binary1000000010101111111010111011010000111111110110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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