#80A77A

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

Shades of Amulet #80A77A

Tints of Amulet #80A77A

Color information

#80A77A (or 0x80A77A) is unknown color: approx Amulet. HEX triplet: 80, A7 and 7A. RGB value is (128,167,122). Sum of RGB (Red+Green+Blue) = 128+167+122=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 167 - color contains mainly: green. Hex color #80A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A77A is #7F5885. Grayscale: #969696. Windows color (decimal): -8345734 or 8038272. OLE color: 8038272.

HSL color Cylindrical-coordinate representation of color #80A77A: hue angle of 112º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80A77A is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB128167122-
CMYK0.2300.270.35
HSL112º20.36%56.67%-
HSV(B)112º26.95%65.49%-
XYZ26.2333.6323.52-
YUV150.21112.08112.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 167 (65.62% from 255) = 40.05%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=30.70%
G=40.05%
B=29.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281671220.2300.270.3511220.3656.67
Hex80A77A1701B23701439
Octal20024717227033431602471
Binary1000000010100111111101010111011011100011111000010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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