#869988

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

Shades of Envy #869988

Tints of Envy #869988

Color information

#869988 (or 0x869988) is unknown color: approx Envy. HEX triplet: 86, 99 and 88. RGB value is (134,153,136). Sum of RGB (Red+Green+Blue) = 134+153+136=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #869988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869988 is #796677. Grayscale: #919191. Windows color (decimal): -7956088 or 8952198. OLE color: 8952198.

HSL color Cylindrical-coordinate representation of color #869988: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869988 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB134153136-
CMYK0.1200.110.4
HSL126.32º8.52%56.27%-
HSV(B)126.32º12.42%60%-
XYZ25.6729.6327.66-
YUV145.38122.71119.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.68%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=31.68%
G=36.17%
B=32.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531360.1200.110.4126.328.5256.27
Hex869988C0B287e938
Octal20623121014013501761170
Binary10000110100110011000100011000101110100011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869988; }

 p { color: rgb(134,153,136); }

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

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

 a { background-color: rgb(134,153,136); }

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

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

 span { border-color: rgb(134,153,136); }

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