#80A37B

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

Shades of Amulet #80A37B

Tints of Amulet #80A37B

Color information

#80A37B (or 0x80A37B) is unknown color: approx Amulet. HEX triplet: 80, A3 and 7B. RGB value is (128,163,123). Sum of RGB (Red+Green+Blue) = 128+163+123=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 163 - color contains mainly: green. Hex color #80A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A37B is #7F5C84. Grayscale: #949494. Windows color (decimal): -8346757 or 8102784. OLE color: 8102784.

HSL color Cylindrical-coordinate representation of color #80A37B: hue angle of 112.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80A37B is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB128163123-
CMYK0.2100.250.36
HSL112.5º17.86%56.08%-
HSV(B)112.5º24.54%63.92%-
XYZ25.5732.2123.61-
YUV147.98113.9113.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 163 (64.06% from 255) = 39.37%
BLUE value IS 123 (48.44% from 255) = 29.71%
R=30.92%
G=39.37%
B=29.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281631230.2100.250.36112.517.8656.08
Hex80A37B1501924701238
Octal20024317325031441602270
Binary1000000010100011111101110101011001100100111000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,163,123); }

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

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

 a { background-color: rgb(128,163,123); }

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

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

 span { border-color: rgb(128,163,123); }

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