#899F8C

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

Shades of Envy #899F8C

Tints of Envy #899F8C

Color information

#899F8C (or 0x899F8C) is unknown color: approx Envy. HEX triplet: 89, 9F and 8C. RGB value is (137,159,140). Sum of RGB (Red+Green+Blue) = 137+159+140=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #899F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F8C is #766073. Grayscale: #969696. Windows color (decimal): -7757940 or 9215881. OLE color: 9215881.

HSL color Cylindrical-coordinate representation of color #899F8C: hue angle of 128.18º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899F8C is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB137159140-
CMYK0.1400.120.38
HSL128.18º10.28%58.04%-
HSV(B)128.18º13.84%62.35%-
XYZ27.4532.0129.54-
YUV150.26122.21118.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 140 (55.08% from 255) = 32.11%
R=31.42%
G=36.47%
B=32.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371591400.1400.120.38128.1810.2858.04
Hex899F8CE0C2680a3a
Octal21123721416014462001272
Binary100010011001111110001100111001100100110100000001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899F8C; }

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

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

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

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

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

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

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

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