#80A570

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

Shades of Amulet #80A570

Tints of Amulet #80A570

Color information

#80A570 (or 0x80A570) is unknown color: approx Amulet. HEX triplet: 80, A5 and 70. RGB value is (128,165,112). Sum of RGB (Red+Green+Blue) = 128+165+112=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 165 - color contains mainly: green. Hex color #80A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A570 is #7F5A8F. Grayscale: #949494. Windows color (decimal): -8346256 or 7382400. OLE color: 7382400.

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

Color convert

RGB128165112-
CMYK0.2200.320.35
HSL101.89º22.75%54.31%-
HSV(B)101.89º32.12%64.71%-
XYZ25.2832.6720.3-
YUV147.89107.74113.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 165 (64.84% from 255) = 40.74%
BLUE value IS 112 (44.14% from 255) = 27.65%
R=31.60%
G=40.74%
B=27.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281651120.2200.320.35101.8922.7554.31
Hex80A5701602023661736
Octal20024516026040431462766
Binary10000000101001011110000101100100000100011110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,165,112); }

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

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

 a { background-color: rgb(128,165,112); }

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

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

 span { border-color: rgb(128,165,112); }

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