#869D89

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

Shades of Envy #869D89

Tints of Envy #869D89

Color information

#869D89 (or 0x869D89) is unknown color: approx Envy. HEX triplet: 86, 9D and 89. RGB value is (134,157,137). Sum of RGB (Red+Green+Blue) = 134+157+137=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #869D89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D89 is #796276. Grayscale: #939393. Windows color (decimal): -7955063 or 9018758. OLE color: 9018758.

HSL color Cylindrical-coordinate representation of color #869D89: hue angle of 127.83º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869D89 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB134157137-
CMYK0.1500.130.38
HSL127.83º10.5%57.06%-
HSV(B)127.83º14.65%61.57%-
XYZ26.430.9928.26-
YUV147.84121.88118.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 157 (61.72% from 255) = 36.68%
BLUE value IS 137 (53.91% from 255) = 32.01%
R=31.31%
G=36.68%
B=32.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341571370.1500.130.38127.8310.557.06
Hex869D89F0D2680b39
Octal20623521117015462001371
Binary100001101001110110001001111101101100110100000001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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