#80A975

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

Shades of Amulet #80A975

Tints of Amulet #80A975

Color information

#80A975 (or 0x80A975) is unknown color: approx Amulet. HEX triplet: 80, A9 and 75. RGB value is (128,169,117). Sum of RGB (Red+Green+Blue) = 128+169+117=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #80A975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A975 is #7F568A. Grayscale: #969696. Windows color (decimal): -8345227 or 7711104. OLE color: 7711104.

HSL color Cylindrical-coordinate representation of color #80A975: hue angle of 107.31º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80A975 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB128169117-
CMYK0.2400.310.34
HSL107.31º23.21%56.08%-
HSV(B)107.31º30.77%66.27%-
XYZ26.334.2522.05-
YUV150.81108.92111.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 117 (46.09% from 255) = 28.26%
R=30.92%
G=40.82%
B=28.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1281691170.2400.310.34107.3123.2156.08
Hex80A9751801F226b1738
Octal20025116530037421532770
Binary1000000010101001111010111000011111100010110101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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