#80A66C

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

Shades of Amulet #80A66C

Tints of Amulet #80A66C

Color information

#80A66C (or 0x80A66C) is unknown color: approx Amulet. HEX triplet: 80, A6 and 6C. RGB value is (128,166,108). Sum of RGB (Red+Green+Blue) = 128+166+108=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 166 - color contains mainly: green. Hex color #80A66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A66C is #7F5993. Grayscale: #949494. Windows color (decimal): -8346004 or 7120512. OLE color: 7120512.

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

Color convert

RGB128166108-
CMYK0.2300.350.35
HSL99.31º24.58%53.73%-
HSV(B)99.31º34.94%65.1%-
XYZ25.2532.9419.22-
YUV148.03105.41113.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 108 (42.58% from 255) = 26.87%
R=31.84%
G=41.29%
B=26.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1281661080.2300.350.3599.3124.5853.73
Hex80A66C1702323631936
Octal20024615427043431433166
Binary10000000101001101101100101110100011100011110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,166,108); }

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

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

 a { background-color: rgb(128,166,108); }

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

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

 span { border-color: rgb(128,166,108); }

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