#80AD7D

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

Shades of Amulet #80AD7D

Tints of Amulet #80AD7D

Color information

#80AD7D (or 0x80AD7D) is unknown color: approx Amulet. HEX triplet: 80, AD and 7D. RGB value is (128,173,125). Sum of RGB (Red+Green+Blue) = 128+173+125=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD7D is #7F5282. Grayscale: #9A9A9A. Windows color (decimal): -8344195 or 8236416. OLE color: 8236416.

HSL color Cylindrical-coordinate representation of color #80AD7D: hue angle of 116.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80AD7D is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB128173125-
CMYK0.2600.280.32
HSL116.25º22.64%58.43%-
HSV(B)116.25º27.75%67.84%-
XYZ27.5535.9624.89-
YUV154.07111.59109.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.05%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 125 (49.22% from 255) = 29.34%
R=30.05%
G=40.61%
B=29.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281731250.2600.280.32116.2522.6458.43
Hex80AD7D1A01C2074173a
Octal20025517532034401642772
Binary1000000010101101111110111010011100100000111010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,173,125); }

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

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

 a { background-color: rgb(128,173,125); }

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

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

 span { border-color: rgb(128,173,125); }

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