#80B678

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

Shades of Amulet #80B678

Tints of Amulet #80B678

Color information

#80B678 (or 0x80B678) is unknown color: approx Amulet. HEX triplet: 80, B6 and 78. RGB value is (128,182,120). Sum of RGB (Red+Green+Blue) = 128+182+120=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #80B678 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B678 is #7F4987. Grayscale: #9E9E9E. Windows color (decimal): -8341896 or 7911040. OLE color: 7911040.

HSL color Cylindrical-coordinate representation of color #80B678: hue angle of 112.26º degrees, saturation: 0.3, 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 #80B678 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB128182120-
CMYK0.3000.340.29
HSL112.26º29.81%59.22%-
HSV(B)112.26º34.07%71.37%-
XYZ29.0239.423.84-
YUV158.79106.11106.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.77%
GREEN value IS 182 (71.48% from 255) = 42.33%
BLUE value IS 120 (47.27% from 255) = 27.91%
R=29.77%
G=42.33%
B=27.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281821200.3000.340.29112.2629.8159.22
Hex80B6781E0221D701e3b
Octal20026617036042351603673
Binary1000000010110110111100011110010001011101111000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,182,120); }

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

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

 a { background-color: rgb(128,182,120); }

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

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

 span { border-color: rgb(128,182,120); }

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