#869C8F

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

Shades of Envy #869C8F

Tints of Envy #869C8F

Color information

#869C8F (or 0x869C8F) is unknown color: approx Envy. HEX triplet: 86, 9C and 8F. RGB value is (134,156,143). Sum of RGB (Red+Green+Blue) = 134+156+143=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 156 - color contains mainly: green. Hex color #869C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C8F is #796370. Grayscale: #939393. Windows color (decimal): -7955313 or 9411718. OLE color: 9411718.

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

Color convert

RGB134156143-
CMYK0.1400.080.39
HSL144.55º10%56.86%-
HSV(B)144.55º14.1%61.18%-
XYZ26.6830.8330.53-
YUV147.94125.21118.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 156 (61.33% from 255) = 36.03%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=30.95%
G=36.03%
B=33.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341561430.1400.080.39144.551056.86
Hex869C8FE082791a39
Octal20623421716010472211271
Binary100001101001110010001111111001000100111100100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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