#80AD7A

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

Shades of Amulet #80AD7A

Tints of Amulet #80AD7A

Color information

#80AD7A (or 0x80AD7A) is unknown color: approx Amulet. HEX triplet: 80, AD and 7A. RGB value is (128,173,122). Sum of RGB (Red+Green+Blue) = 128+173+122=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AD7A is #7F5285. Grayscale: #999999. Windows color (decimal): -8344198 or 8039808. OLE color: 8039808.

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

Color convert

RGB128173122-
CMYK0.2600.290.32
HSL112.94º23.72%57.84%-
HSV(B)112.94º29.48%67.84%-
XYZ27.3635.8823.9-
YUV153.73110.09109.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=30.26%
G=40.90%
B=28.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1281731220.2600.290.32112.9423.7257.84
Hex80AD7A1A01D2071183a
Octal20025517232035401613072
Binary1000000010101101111101011010011101100000111000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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