#899C8F

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

Shades of Envy #899C8F

Tints of Envy #899C8F

Color information

#899C8F (or 0x899C8F) is unknown color: approx Envy. HEX triplet: 89, 9C and 8F. RGB value is (137,156,143). Sum of RGB (Red+Green+Blue) = 137+156+143=436 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.42% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 156 - color contains mainly: green. Hex color #899C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C8F is #766370. Grayscale: #949494. Windows color (decimal): -7758705 or 9411721. OLE color: 9411721.

HSL color Cylindrical-coordinate representation of color #899C8F: hue angle of 138.95º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #899C8F is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB137156143-
CMYK0.1200.080.39
HSL138.95º8.76%57.45%-
HSV(B)138.95º12.18%61.18%-
XYZ27.1631.0830.55-
YUV148.84124.71119.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.42%
GREEN value IS 156 (61.33% from 255) = 35.78%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=31.42%
G=35.78%
B=32.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371561430.1200.080.39138.958.7657.45
Hex899C8FC08278b939
Octal21123421714010472131171
Binary100010011001110010001111110001000100111100010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,156,143); }

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

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

 a { background-color: rgb(137,156,143); }

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

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

 span { border-color: rgb(137,156,143); }

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