#80AB6A

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

Shades of Amulet #80AB6A

Tints of Amulet #80AB6A

Color information

#80AB6A (or 0x80AB6A) is unknown color: approx Amulet. HEX triplet: 80, AB and 6A. RGB value is (128,171,106). Sum of RGB (Red+Green+Blue) = 128+171+106=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB6A is #7F5495. Grayscale: #969696. Windows color (decimal): -8344726 or 6990720. OLE color: 6990720.

HSL color Cylindrical-coordinate representation of color #80AB6A: hue angle of 99.69º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AB6A is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB128171106-
CMYK0.2500.380.33
HSL99.69º27.9%54.31%-
HSV(B)99.69º38.01%67.06%-
XYZ26.0734.7618.97-
YUV150.73102.75111.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 106 (41.80% from 255) = 26.17%
R=31.60%
G=42.22%
B=26.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281711060.2500.380.3399.6927.954.31
Hex80AB6A1902621641c36
Octal20025315231046411443466
Binary10000000101010111101010110010100110100001110010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,171,106); }

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

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

 a { background-color: rgb(128,171,106); }

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

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

 span { border-color: rgb(128,171,106); }

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