#879E80

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

Shades of Amulet #879E80

Tints of Amulet #879E80

Color information

#879E80 (or 0x879E80) is unknown color: approx Amulet. HEX triplet: 87, 9E and 80. RGB value is (135,158,128). Sum of RGB (Red+Green+Blue) = 135+158+128=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 158 (62.11% from 255 or 37.53% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 158 - color contains mainly: green. Hex color #879E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879E80 is #78617F. Grayscale: #939393. Windows color (decimal): -7889280 or 8429191. OLE color: 8429191.

HSL color Cylindrical-coordinate representation of color #879E80: hue angle of 106º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879E80 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB135158128-
CMYK0.1500.190.38
HSL106º13.39%56.08%-
HSV(B)106º18.99%61.96%-
XYZ26.1131.1625.06-
YUV147.7116.88118.94-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.07%
GREEN value IS 158 (62.11% from 255) = 37.53%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=32.07%
G=37.53%
B=30.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351581280.1500.190.3810613.3956.08
Hex879E80F013266ad38
Octal20723620017023461521570
Binary100001111001111010000000111101001110011011010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879E80; }

 p { color: rgb(135,158,128); }

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

<style>
 a { background-color: #879E80; }

 a { background-color: rgb(135,158,128); }

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

<style>
 span { border-color: #879E80; }

 span { border-color: rgb(135,158,128); }

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