#80A26D

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

Shades of Amulet #80A26D

Tints of Amulet #80A26D

Color information

#80A26D (or 0x80A26D) is unknown color: approx Amulet. HEX triplet: 80, A2 and 6D. RGB value is (128,162,109). Sum of RGB (Red+Green+Blue) = 128+162+109=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #80A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A26D is #7F5D92. Grayscale: #919191. Windows color (decimal): -8347027 or 7185024. OLE color: 7185024.

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

Color convert

RGB128162109-
CMYK0.2100.330.36
HSL98.49º22.18%53.14%-
HSV(B)98.49º32.72%63.53%-
XYZ24.5831.5319.26-
YUV145.79107.24115.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 109 (42.97% from 255) = 27.32%
R=32.08%
G=40.60%
B=27.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1281621090.2100.330.3698.4922.1853.14
Hex80A26D1502124621635
Octal20024215525041441422665
Binary10000000101000101101101101010100001100100110001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,162,109); }

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

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

 a { background-color: rgb(128,162,109); }

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

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

 span { border-color: rgb(128,162,109); }

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