#879F7B

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

Shades of Amulet #879F7B

Tints of Amulet #879F7B

Color information

#879F7B (or 0x879F7B) is unknown color: approx Amulet. HEX triplet: 87, 9F and 7B. RGB value is (135,159,123). Sum of RGB (Red+Green+Blue) = 135+159+123=417 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.37% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #879F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879F7B is #786084. Grayscale: #939393. Windows color (decimal): -7889029 or 8101767. OLE color: 8101767.

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

Color convert

RGB135159123-
CMYK0.1500.230.38
HSL100º15.79%55.29%-
HSV(B)100º22.64%62.35%-
XYZ25.9631.3823.43-
YUV147.72114.05118.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.37%
GREEN value IS 159 (62.5% from 255) = 38.13%
BLUE value IS 123 (48.44% from 255) = 29.50%
R=32.37%
G=38.13%
B=29.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351591230.1500.230.3810015.7955.29
Hex879F7BF01726641037
Octal20723717317027461442067
Binary100001111001111111110111111010111100110110010010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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