#8F9B8B

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

Shades of Mantle #8F9B8B

Tints of Mantle #8F9B8B

Color information

#8F9B8B (or 0x8F9B8B) is unknown color: approx Mantle. HEX triplet: 8F, 9B and 8B. RGB value is (143,155,139). Sum of RGB (Red+Green+Blue) = 143+155+139=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9B8B is #706474. Grayscale: #959595. Windows color (decimal): -7365749 or 9149327. OLE color: 9149327.

HSL color Cylindrical-coordinate representation of color #8F9B8B: hue angle of 105º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9B8B is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB143155139-
CMYK0.0800.100.39
HSL105º7.41%57.65%-
HSV(B)105º10.32%60.78%-
XYZ27.7131.1528.98-
YUV149.59122.02123.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.72%
GREEN value IS 155 (60.94% from 255) = 35.47%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=32.72%
G=35.47%
B=31.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1431551390.0800.100.391057.4157.65
Hex8F9B8B80A276973a
Octal2172332131001247151772
Binary1000111110011011100010111000010101001111101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,155,139); }

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

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

 a { background-color: rgb(143,155,139); }

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

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

 span { border-color: rgb(143,155,139); }

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