#8fa48d

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

Shades of Mantle #8FA48D

Tints of Mantle #8FA48D

Color information

#8FA48D (or 0x8FA48D) is unknown color: approx Mantle. HEX triplet: 8F, A4 and 8D. RGB value is (143,164,141). Sum of RGB (Red+Green+Blue) = 143+164+141=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA48D is #705B72. Grayscale: #9B9B9B. Windows color (decimal): -7363443 or 9282703. OLE color: 9282703.

HSL color Cylindrical-coordinate representation of color #8FA48D: hue angle of 114.78º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA48D is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB143164141-
CMYK0.1300.140.36
HSL114.78º11.22%59.8%-
HSV(B)114.78º14.02%64.31%-
XYZ29.4134.3130.27-
YUV155.1120.04119.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.92%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=31.92%
G=36.61%
B=31.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1431641410.1300.140.36114.7811.2259.8
Hex8FA48DD0E2473b3c
Octal21724421515016441631374
Binary10001111101001001000110111010111010010011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fa48d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,141); }

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

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

 a { background-color: rgb(143,164,141); }

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

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

 span { border-color: rgb(143,164,141); }

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