#879A75

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

Shades of Amulet #879A75

Tints of Amulet #879A75

Color information

#879A75 (or 0x879A75) is unknown color: approx Amulet. HEX triplet: 87, 9A and 75. RGB value is (135,154,117). Sum of RGB (Red+Green+Blue) = 135+154+117=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 154 - color contains mainly: green. Hex color #879A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879A75 is #78658A. Grayscale: #909090. Windows color (decimal): -7890315 or 7707271. OLE color: 7707271.

HSL color Cylindrical-coordinate representation of color #879A75: hue angle of 90.81º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #879A75 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB135154117-
CMYK0.1200.240.40
HSL90.81º15.48%53.14%-
HSV(B)90.81º24.03%60.39%-
XYZ24.7629.5521.23-
YUV144.1112.71121.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 154 (60.55% from 255) = 37.93%
BLUE value IS 117 (46.09% from 255) = 28.82%
R=33.25%
G=37.93%
B=28.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351541170.1200.240.4090.8115.4853.14
Hex879A75C018285bf35
Octal20723216514030501331765
Binary10000111100110101110101110001100010100010110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,154,117); }

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

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

 a { background-color: rgb(135,154,117); }

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

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

 span { border-color: rgb(135,154,117); }

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