#879D7D

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

Shades of Amulet #879D7D

Tints of Amulet #879D7D

Color information

#879D7D (or 0x879D7D) is unknown color: approx Amulet. HEX triplet: 87, 9D and 7D. RGB value is (135,157,125). Sum of RGB (Red+Green+Blue) = 135+157+125=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 157 (61.72% from 255 or 37.65% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 157 - color contains mainly: green. Hex color #879D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879D7D is #786282. Grayscale: #929292. Windows color (decimal): -7889539 or 8232327. OLE color: 8232327.

HSL color Cylindrical-coordinate representation of color #879D7D: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #879D7D is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB135157125-
CMYK0.1400.200.38
HSL101.25º14.04%55.29%-
HSV(B)101.25º20.38%61.57%-
XYZ25.7530.7523.98-
YUV146.77115.71119.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 157 (61.72% from 255) = 37.65%
BLUE value IS 125 (49.22% from 255) = 29.98%
R=32.37%
G=37.65%
B=29.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351571250.1400.200.38101.2514.0455.29
Hex879D7DE0142665e37
Octal20723517516024461451667
Binary10000111100111011111101111001010010011011001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,157,125); }

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

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

 a { background-color: rgb(135,157,125); }

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

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

 span { border-color: rgb(135,157,125); }

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