#879D8A

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

Shades of Envy #879D8A

Tints of Envy #879D8A

Color information

#879D8A (or 0x879D8A) is unknown color: approx Envy. HEX triplet: 87, 9D and 8A. RGB value is (135,157,138). Sum of RGB (Red+Green+Blue) = 135+157+138=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #879D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D8A is #786275. Grayscale: #949494. Windows color (decimal): -7889526 or 9084295. OLE color: 9084295.

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

Color convert

RGB135157138-
CMYK0.1400.120.38
HSL128.18º10.09%57.25%-
HSV(B)128.18º14.01%61.57%-
XYZ26.6431.128.64-
YUV148.26122.21118.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.40%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 138 (54.30% from 255) = 32.09%
R=31.40%
G=36.51%
B=32.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351571380.1400.120.38128.1810.0957.25
Hex879D8AE0C2680a39
Octal20723521216014462001271
Binary100001111001110110001010111001100100110100000001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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