#80B477

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

Shades of Amulet #80B477

Tints of Amulet #80B477

Color information

#80B477 (or 0x80B477) is unknown color: approx Amulet. HEX triplet: 80, B4 and 77. RGB value is (128,180,119). Sum of RGB (Red+Green+Blue) = 128+180+119=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #80B477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B477 is #7F4B88. Grayscale: #9D9D9D. Windows color (decimal): -8342409 or 7844992. OLE color: 7844992.

HSL color Cylindrical-coordinate representation of color #80B477: hue angle of 111.15º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80B477 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB128180119-
CMYK0.2900.340.29
HSL111.15º28.91%58.63%-
HSV(B)111.15º33.89%70.59%-
XYZ28.5538.5623.39-
YUV157.5106.27106.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 180 (70.70% from 255) = 42.15%
BLUE value IS 119 (46.88% from 255) = 27.87%
R=29.98%
G=42.15%
B=27.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281801190.2900.340.29111.1528.9158.63
Hex80B4771D0221D6f1d3b
Octal20026416735042351573573
Binary1000000010110100111011111101010001011101110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,180,119); }

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

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

 a { background-color: rgb(128,180,119); }

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

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

 span { border-color: rgb(128,180,119); }

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