#869B89

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

Shades of Envy #869B89

Tints of Envy #869B89

Color information

#869B89 (or 0x869B89) is unknown color: approx Envy. HEX triplet: 86, 9B and 89. RGB value is (134,155,137). Sum of RGB (Red+Green+Blue) = 134+155+137=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 155 - color contains mainly: green. Hex color #869B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B89 is #796476. Grayscale: #929292. Windows color (decimal): -7955575 or 9018246. OLE color: 9018246.

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

Color convert

RGB134155137-
CMYK0.1400.120.39
HSL128.57º9.5%56.67%-
HSV(B)128.57º13.55%60.78%-
XYZ26.0730.3228.14-
YUV146.67122.54118.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.46%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=31.46%
G=36.38%
B=32.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341551370.1400.120.39128.579.556.67
Hex869B89E0C2781a39
Octal20623321116014472011271
Binary100001101001101110001001111001100100111100000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869B89; }

 p { color: rgb(134,155,137); }

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

<style>
 a { background-color: #869B89; }

 a { background-color: rgb(134,155,137); }

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

<style>
 span { border-color: #869B89; }

 span { border-color: rgb(134,155,137); }

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