Html Css Color HEX #8CA686 Mantle

📋 copy color: '#8CA686'

red 140 ◦ green 166 ◦ blue 134

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

Shades of Mantle #8CA686

Tints of Mantle #8CA686

RGB

 RED value IS 140 (55.08% from 255) = 31.82%

 GREEN value IS 166 (65.23% from 255) = 37.73%

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

R = 31.82%
G = 37.73%
B = 30.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#8CA686 (or 0x8CA686) is known color: Mantle. HEX triplet: 8C, A6 and 86. RGB value is (140,166,134). Sum of RGB (Red+Green+Blue) = 140+166+134=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA686 is #735979. Grayscale: #9A9A9A. Windows color (decimal): -7559546 or 8824460. OLE color: 8824460.

HSL color Cylindrical-coordinate representation of color #8CA686: hue angle of 108.75º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CA686 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 166 134 -
CMYK 0.16 0 0.19 0.35
HSL 108.75º 0.15% 0.59% -
HSV(B) 108.75º 0.19% 0.65% -
XYZ 28.75 34.57 27.71 -
YUV 154.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 140 166 134 0.16 0 0.19 0.35 108.75 0.15 0.59
Hex 8C A6 86 10 0 13 23 6D F 3B
Octal 214 246 206 20 0 23 43 155 17 73
Binary 10001100 10100110 10000110 10000 0 10011 100011 1101101 1111 111011

Color Harmonies of #8CA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA686

Black with #8CA686

Text Example


Text Example

White with #8CA686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,166,134); }

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

background-color css

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

 a { background-color: rgb(140,166,134); }

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

border-color css

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

 span { border-color: rgb(140,166,134); }

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