#869C87

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

Shades of Envy #869C87

Tints of Envy #869C87

Color information

#869C87 (or 0x869C87) is unknown color: approx Envy. HEX triplet: 86, 9C and 87. RGB value is (134,156,135). Sum of RGB (Red+Green+Blue) = 134+156+135=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 156 - color contains mainly: green. Hex color #869C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869C87 is #796378. Grayscale: #939393. Windows color (decimal): -7955321 or 8887430. OLE color: 8887430.

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

Color convert

RGB134156135-
CMYK0.1400.130.39
HSL122.73º10%56.86%-
HSV(B)122.73º14.1%61.18%-
XYZ26.0930.5927.45-
YUV147.03121.21118.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=31.53%
G=36.71%
B=31.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1341561350.1400.130.39122.731056.86
Hex869C87E0D277ba39
Octal20623420716015471731271
Binary10000110100111001000011111100110110011111110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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