#879C7F

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

Shades of Amulet #879C7F

Tints of Amulet #879C7F

Color information

#879C7F (or 0x879C7F) is unknown color: approx Amulet. HEX triplet: 87, 9C and 7F. RGB value is (135,156,127). Sum of RGB (Red+Green+Blue) = 135+156+127=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 156 - color contains mainly: green. Hex color #879C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879C7F is #786380. Grayscale: #929292. Windows color (decimal): -7889793 or 8363143. OLE color: 8363143.

HSL color Cylindrical-coordinate representation of color #879C7F: hue angle of 103.45º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #879C7F is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB135156127-
CMYK0.1300.190.39
HSL103.45º12.78%55.49%-
HSV(B)103.45º18.59%61.18%-
XYZ25.7130.4624.6-
YUV146.42117.04119.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.30%
GREEN value IS 156 (61.33% from 255) = 37.32%
BLUE value IS 127 (50% from 255) = 30.38%
R=32.30%
G=37.32%
B=30.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1351561270.1300.190.39103.4512.7855.49
Hex879C7FD0132767d37
Octal20723417715023471471567
Binary10000111100111001111111110101001110011111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,156,127); }

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

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

 a { background-color: rgb(135,156,127); }

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

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

 span { border-color: rgb(135,156,127); }

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