#879F79

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

Shades of Amulet #879F79

Tints of Amulet #879F79

Color information

#879F79 (or 0x879F79) is unknown color: approx Amulet. HEX triplet: 87, 9F and 79. RGB value is (135,159,121). Sum of RGB (Red+Green+Blue) = 135+159+121=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 159 - color contains mainly: green. Hex color #879F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F79 is #786086. Grayscale: #939393. Windows color (decimal): -7889031 or 7970695. OLE color: 7970695.

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

Color convert

RGB135159121-
CMYK0.1500.240.38
HSL97.89º16.52%54.9%-
HSV(B)97.89º23.9%62.35%-
XYZ25.8431.3322.77-
YUV147.49113.05119.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 159 (62.5% from 255) = 38.31%
BLUE value IS 121 (47.66% from 255) = 29.16%
R=32.53%
G=38.31%
B=29.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351591210.1500.240.3897.8916.5254.9
Hex879F79F01826621137
Octal20723717117030461422167
Binary100001111001111111110011111011000100110110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,159,121); }

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

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

 a { background-color: rgb(135,159,121); }

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

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

 span { border-color: rgb(135,159,121); }

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