#8E9F8A

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

Shades of Mantle #8E9F8A

Tints of Mantle #8E9F8A

Color information

#8E9F8A (or 0x8E9F8A) is unknown color: approx Mantle. HEX triplet: 8E, 9F and 8A. RGB value is (142,159,138). Sum of RGB (Red+Green+Blue) = 142+159+138=439 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.35% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9F8A is #716075. Grayscale: #979797. Windows color (decimal): -7430262 or 9084814. OLE color: 9084814.

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

Color convert

RGB142159138-
CMYK0.1100.130.38
HSL108.57º9.86%58.24%-
HSV(B)108.57º13.21%62.35%-
XYZ28.1432.3828.81-
YUV151.52120.37121.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.35%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=32.35%
G=36.22%
B=31.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1421591380.1100.130.38108.579.8658.24
Hex8E9F8AB0D266da3a
Octal21623721213015461551272
Binary10001110100111111000101010110110110011011011011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E9F8A; }

 p { color: rgb(142,159,138); }

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

<style>
 a { background-color: #8E9F8A; }

 a { background-color: rgb(142,159,138); }

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

<style>
 span { border-color: #8E9F8A; }

 span { border-color: rgb(142,159,138); }

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