#879E7A

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

Shades of Amulet #879E7A

Tints of Amulet #879E7A

Color information

#879E7A (or 0x879E7A) is unknown color: approx Amulet. HEX triplet: 87, 9E and 7A. RGB value is (135,158,122). Sum of RGB (Red+Green+Blue) = 135+158+122=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 158 - color contains mainly: green. Hex color #879E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879E7A is #786185. Grayscale: #939393. Windows color (decimal): -7889286 or 8035975. OLE color: 8035975.

HSL color Cylindrical-coordinate representation of color #879E7A: hue angle of 98.33º 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 #879E7A is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB135158122-
CMYK0.1500.230.38
HSL98.33º15.65%54.9%-
HSV(B)98.33º22.78%61.96%-
XYZ25.7331.0123.04-
YUV147.02113.88119.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.53%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=32.53%
G=38.07%
B=29.40%

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
Decimal1351581220.1500.230.3898.3315.6554.9
Hex879E7AF01726621037
Octal20723617217027461422067
Binary100001111001111011110101111010111100110110001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,158,122); }

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

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

 a { background-color: rgb(135,158,122); }

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

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

 span { border-color: rgb(135,158,122); }

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