#899F85

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

Shades of Mantle #899F85

Tints of Mantle #899F85

Color information

#899F85 (or 0x899F85) is unknown color: approx Mantle. HEX triplet: 89, 9F and 85. RGB value is (137,159,133). Sum of RGB (Red+Green+Blue) = 137+159+133=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 159 - color contains mainly: green. Hex color #899F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F85 is #76607A. Grayscale: #959595. Windows color (decimal): -7757947 or 8757129. OLE color: 8757129.

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

Color convert

RGB137159133-
CMYK0.1400.160.38
HSL110.77º11.93%57.25%-
HSV(B)110.77º16.35%62.35%-
XYZ26.9531.8126.91-
YUV149.46118.71119.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.93%
GREEN value IS 159 (62.5% from 255) = 37.06%
BLUE value IS 133 (52.34% from 255) = 31.00%
R=31.93%
G=37.06%
B=31.00%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1371591330.1400.160.38110.7711.9357.25
Hex899F85E010266fc39
Octal21123720516020461571471
Binary100010011001111110000101111001000010011011011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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