#869E87

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

Shades of Envy #869E87

Tints of Envy #869E87

Color information

#869E87 (or 0x869E87) is unknown color: approx Envy. HEX triplet: 86, 9E and 87. RGB value is (134,158,135). Sum of RGB (Red+Green+Blue) = 134+158+135=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 158 - color contains mainly: green. Hex color #869E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869E87 is #796178. Grayscale: #949494. Windows color (decimal): -7954809 or 8887942. OLE color: 8887942.

HSL color Cylindrical-coordinate representation of color #869E87: hue angle of 122.5º 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 #869E87 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB134158135-
CMYK0.1500.150.38
HSL122.5º11.01%57.25%-
HSV(B)122.5º15.19%61.96%-
XYZ26.4331.2727.56-
YUV148.2120.55117.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 135 (53.12% from 255) = 31.62%
R=31.38%
G=37.00%
B=31.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341581350.1500.150.38122.511.0157.25
Hex869E87F0F267ab39
Octal20623620717017461721371
Binary10000110100111101000011111110111110011011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,158,135); }

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

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

 a { background-color: rgb(134,158,135); }

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

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

 span { border-color: rgb(134,158,135); }

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