#89968D

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

Shades of Envy #89968D

Tints of Envy #89968D

Color information

#89968D (or 0x89968D) is unknown color: approx Envy. HEX triplet: 89, 96 and 8D. RGB value is (137,150,141). Sum of RGB (Red+Green+Blue) = 137+150+141=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #89968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89968D is #766972. Grayscale: #919191. Windows color (decimal): -7760243 or 9279113. OLE color: 9279113.

HSL color Cylindrical-coordinate representation of color #89968D: hue angle of 138.46º 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 #89968D is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB137150141-
CMYK0.0900.060.41
HSL138.46º5.83%56.27%-
HSV(B)138.46º8.67%58.82%-
XYZ26.0329.0529.44-
YUV145.09125.69122.23-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.01%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=32.01%
G=35.05%
B=32.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371501410.0900.060.41138.465.8356.27
Hex89968D906298a638
Octal211226215110651212670
Binary1000100110010110100011011001011010100110001010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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