Html Css Color HEX #8E968C Mantle

📋 copy color: '#8E968C'

red 142 ◦ green 150 ◦ blue 140

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

Shades of Mantle #8E968C

Tints of Mantle #8E968C

RGB

 RED value IS 142 (55.86% from 255) = 32.87%

 GREEN value IS 150 (58.98% from 255) = 34.72%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 32.87%
G = 34.72%
B = 32.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#8E968C (or 0x8E968C) is known color: Mantle. HEX triplet: 8E, 96 and 8C. RGB value is (142,150,140). Sum of RGB (Red+Green+Blue) = 142+150+140=432 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.87% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 150 - color contains mainly: green. Hex color #8E968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E968C is #716973. Grayscale: #929292. Windows color (decimal): -7432564 or 9213582. OLE color: 9213582.

HSL color Cylindrical-coordinate representation of color #8E968C: hue angle of 108º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E968C is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 150 140 -
CMYK 0.05 0 0.07 0.41
HSL 108º 0.05% 0.57% -
HSV(B) 108º 0.07% 0.59% -
XYZ 26.8 29.46 29.08 -
YUV 146.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 142 150 140 0.05 0 0.07 0.41 108 0.05 0.57
Hex 8E 96 8C 5 0 7 29 6C 5 39
Octal 216 226 214 5 0 7 51 154 5 71
Binary 10001110 10010110 10001100 101 0 111 101001 1101100 101 111001

Color Harmonies of #8E968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E968C

Black with #8E968C

Text Example


Text Example

White with #8E968C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,150,140); }

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

background-color css

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

 a { background-color: rgb(142,150,140); }

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

border-color css

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

 span { border-color: rgb(142,150,140); }

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