#869B8E

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

Shades of Envy #869B8E

Tints of Envy #869B8E

Color information

#869B8E (or 0x869B8E) is unknown color: approx Envy. HEX triplet: 86, 9B and 8E. RGB value is (134,155,142). Sum of RGB (Red+Green+Blue) = 134+155+142=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #869B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869B8E is #796471. Grayscale: #939393. Windows color (decimal): -7955570 or 9345926. OLE color: 9345926.

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

Color convert

RGB134155142-
CMYK0.1400.080.39
HSL142.86º9.5%56.67%-
HSV(B)142.86º13.55%60.78%-
XYZ26.4430.4630.08-
YUV147.24125.04118.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.09%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 142 (55.86% from 255) = 32.95%
R=31.09%
G=35.96%
B=32.95%

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
Decimal1341551420.1400.080.39142.869.556.67
Hex869B8EE08278fa39
Octal20623321616010472171271
Binary100001101001101110001110111001000100111100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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