#869589

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

Shades of Envy #869589

Tints of Envy #869589

Color information

#869589 (or 0x869589) is unknown color: approx Envy. HEX triplet: 86, 95 and 89. RGB value is (134,149,137). Sum of RGB (Red+Green+Blue) = 134+149+137=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 149 - color contains mainly: green. Hex color #869589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869589 is #796A76. Grayscale: #8F8F8F. Windows color (decimal): -7957111 or 9016710. OLE color: 9016710.

HSL color Cylindrical-coordinate representation of color #869589: hue angle of 132º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #869589 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB134149137-
CMYK0.1000.080.42
HSL132º6.61%55.49%-
HSV(B)132º10.07%58.43%-
XYZ25.0928.3727.82-
YUV143.15124.53121.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.90%
GREEN value IS 149 (58.59% from 255) = 35.48%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=31.90%
G=35.48%
B=32.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341491370.1000.080.421326.6155.49
Hex869589A082A84737
Octal2062252111201052204767
Binary10000110100101011000100110100100010101010000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869589; }

 p { color: rgb(134,149,137); }

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

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

 a { background-color: rgb(134,149,137); }

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

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

 span { border-color: rgb(134,149,137); }

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