#89968C

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

Shades of Envy #89968C

Tints of Envy #89968C

Color information

#89968C (or 0x89968C) is unknown color: approx Envy. HEX triplet: 89, 96 and 8C. RGB value is (137,150,140). Sum of RGB (Red+Green+Blue) = 137+150+140=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 150 - color contains mainly: green. Hex color #89968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89968C is #766973. Grayscale: #919191. Windows color (decimal): -7760244 or 9213577. OLE color: 9213577.

HSL color Cylindrical-coordinate representation of color #89968C: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #89968C is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB137150140-
CMYK0.0900.070.41
HSL133.85º5.83%56.27%-
HSV(B)133.85º8.67%58.82%-
XYZ25.9629.0229.05-
YUV144.97125.19122.31-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.08%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=32.08%
G=35.13%
B=32.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371501400.0900.070.41133.855.8356.27
Hex89968C9072986638
Octal211226214110751206670
Binary1000100110010110100011001001011110100110000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89968C; }

 p { color: rgb(137,150,140); }

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

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

 a { background-color: rgb(137,150,140); }

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

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

 span { border-color: rgb(137,150,140); }

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