#869C89

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

Shades of Envy #869C89

Tints of Envy #869C89

Color information

#869C89 (or 0x869C89) is unknown color: approx Envy. HEX triplet: 86, 9C and 89. RGB value is (134,156,137). Sum of RGB (Red+Green+Blue) = 134+156+137=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 156 - color contains mainly: green. Hex color #869C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C89 is #796376. Grayscale: #939393. Windows color (decimal): -7955319 or 9018502. OLE color: 9018502.

HSL color Cylindrical-coordinate representation of color #869C89: hue angle of 128.18º 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 #869C89 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB134156137-
CMYK0.1400.120.39
HSL128.18º10%56.86%-
HSV(B)128.18º14.1%61.18%-
XYZ26.2430.6528.2-
YUV147.26122.21118.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 137 (53.91% from 255) = 32.08%
R=31.38%
G=36.53%
B=32.08%

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
Decimal1341561370.1400.120.39128.181056.86
Hex869C89E0C2780a39
Octal20623421116014472001271
Binary100001101001110010001001111001100100111100000001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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