Html Css Color HEX #8A9F86 Mantle

📋 copy color: '#8A9F86'

red 138 ◦ green 159 ◦ blue 134

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

Shades of Mantle #8A9F86

Tints of Mantle #8A9F86

RGB

 RED value IS 138 (54.3% from 255) = 32.02%

 GREEN value IS 159 (62.5% from 255) = 36.89%

 BLUE value IS 134 (52.73% from 255) = 31.09%

R = 32.02%
G = 36.89%
B = 31.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#8A9F86 (or 0x8A9F86) is known color: Mantle. HEX triplet: 8A, 9F and 86. RGB value is (138,159,134). Sum of RGB (Red+Green+Blue) = 138+159+134=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9F86 is #756079. Grayscale: #959595. Windows color (decimal): -7692410 or 8822666. OLE color: 8822666.

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

Color convert

RGB 138 159 134 -
CMYK 0.13 0 0.16 0.38
HSL 110.4º 0.12% 0.57% -
HSV(B) 110.4º 0.16% 0.62% -
XYZ 27.18 31.92 27.28 -
YUV 149.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 138 159 134 0.13 0 0.16 0.38 110.4 0.12 0.57
Hex 8A 9F 86 D 0 10 26 6E C 39
Octal 212 237 206 15 0 20 46 156 14 71
Binary 10001010 10011111 10000110 1101 0 10000 100110 1101110 1100 111001

Color Harmonies of #8A9F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9F86

Black with #8A9F86

Text Example


Text Example

White with #8A9F86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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