#879A8A

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

Shades of Envy #879A8A

Tints of Envy #879A8A

Color information

#879A8A (or 0x879A8A) is unknown color: approx Envy. HEX triplet: 87, 9A and 8A. RGB value is (135,154,138). Sum of RGB (Red+Green+Blue) = 135+154+138=427 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.62% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 154 - color contains mainly: green. Hex color #879A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879A8A is #786575. Grayscale: #929292. Windows color (decimal): -7890294 or 9083527. OLE color: 9083527.

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

Color convert

RGB135154138-
CMYK0.1200.100.40
HSL129.47º8.6%56.67%-
HSV(B)129.47º12.34%60.39%-
XYZ26.1330.128.48-
YUV146.49123.21119.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.62%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=31.62%
G=36.07%
B=32.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351541380.1200.100.40129.478.656.67
Hex879A8AC0A2881939
Octal20723221214012502011171
Binary100001111001101010001010110001010101000100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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