Html Css Color HEX #8F9D8D Mantle

📋 copy color: '#8F9D8D'

red 143 ◦ green 157 ◦ blue 141

#8F9D8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #8F9D8D

Tints of Mantle #8F9D8D

RGB

 RED value IS 143 (56.25% from 255) = 32.43%

 GREEN value IS 157 (61.72% from 255) = 35.6%

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 32.43%
G = 35.6%
B = 31.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#8F9D8D (or 0x8F9D8D) is known color: Mantle. HEX triplet: 8F, 9D and 8D. RGB value is (143,157,141). Sum of RGB (Red+Green+Blue) = 143+157+141=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9D8D is #706272. Grayscale: #979797. Windows color (decimal): -7365235 or 9280911. OLE color: 9280911.

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

Color convert

RGB 143 157 141 -
CMYK 0.09 0 0.10 0.38
HSL 112.5º 0.08% 0.58% -
HSV(B) 112.5º 0.1% 0.62% -
XYZ 28.19 31.88 29.87 -
YUV 150.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 143 157 141 0.09 0 0.10 0.38 112.5 0.08 0.58
Hex 8F 9D 8D 9 0 A 26 70 8 3A
Octal 217 235 215 11 0 12 46 160 10 72
Binary 10001111 10011101 10001101 1001 0 1010 100110 1110000 1000 111010

Color Harmonies of #8F9D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9D8D

Black with #8F9D8D

Text Example


Text Example

White with #8F9D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F9D8D;
 }
 .AnyTagClassName
 {
   color: #8F9D8D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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