#80aa6f

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

Shades of Amulet #80AA6F

Tints of Amulet #80AA6F

Color information

#80AA6F (or 0x80AA6F) is unknown color: approx Amulet. HEX triplet: 80, AA and 6F. RGB value is (128,170,111). Sum of RGB (Red+Green+Blue) = 128+170+111=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AA6F is #7F5590. Grayscale: #969696. Windows color (decimal): -8344977 or 7318144. OLE color: 7318144.

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

Color convert

RGB128170111-
CMYK0.2500.350.33
HSL102.71º25.76%55.1%-
HSV(B)102.71º34.71%66.67%-
XYZ26.1534.4920.32-
YUV150.72105.59111.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 111 (43.75% from 255) = 27.14%
R=31.30%
G=41.56%
B=27.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1281701110.2500.350.33102.7125.7655.1
Hex80AA6F1902321671a37
Octal20025215731043411473267
Binary10000000101010101101111110010100011100001110011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80aa6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,170,111); }

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

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

 a { background-color: rgb(128,170,111); }

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

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

 span { border-color: rgb(128,170,111); }

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