#889F8E

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

Shades of Envy #889F8E

Tints of Envy #889F8E

Color information

#889F8E (or 0x889F8E) is unknown color: approx Envy. HEX triplet: 88, 9F and 8E. RGB value is (136,159,142). Sum of RGB (Red+Green+Blue) = 136+159+142=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #889F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889F8E is #776071. Grayscale: #969696. Windows color (decimal): -7823474 or 9346952. OLE color: 9346952.

HSL color Cylindrical-coordinate representation of color #889F8E: hue angle of 135.65º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889F8E is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB136159142-
CMYK0.1400.110.38
HSL135.65º10.7%57.84%-
HSV(B)135.65º14.47%62.35%-
XYZ27.4331.9830.32-
YUV150.18123.38117.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.12%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 142 (55.86% from 255) = 32.49%
R=31.12%
G=36.38%
B=32.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1361591420.1400.110.38135.6510.757.84
Hex889F8EE0B2688b3a
Octal21023721616013462101372
Binary100010001001111110001110111001011100110100010001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889F8E; }

 p { color: rgb(136,159,142); }

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

<style>
 a { background-color: #889F8E; }

 a { background-color: rgb(136,159,142); }

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

<style>
 span { border-color: #889F8E; }

 span { border-color: rgb(136,159,142); }

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