Html Css Color HEX #86B671 Mantis

📋 copy color: '#86B671'

red 134 ◦ green 182 ◦ blue 113

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

Shades of Mantis #86B671

Tints of Mantis #86B671

RGB

 RED value IS 134 (52.73% from 255) = 31.24%

 GREEN value IS 182 (71.48% from 255) = 42.42%

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 31.24%
G = 42.42%
B = 26.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#86B671 (or 0x86B671) is known color: Mantis. HEX triplet: 86, B6 and 71. RGB value is (134,182,113). Sum of RGB (Red+Green+Blue) = 134+182+113=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #86B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B671 is #79498E. Grayscale: #A0A0A0. Windows color (decimal): -7948687 or 7452294. OLE color: 7452294.

HSL color Cylindrical-coordinate representation of color #86B671: hue angle of 101.74º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86B671 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 182 113 -
CMYK 0.26 0 0.38 0.29
HSL 101.74º 0.32% 0.58% -
HSV(B) 101.74º 0.38% 0.71% -
XYZ 29.54 39.72 21.73 -
YUV 159.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 134 182 113 0.26 0 0.38 0.29 101.74 0.32 0.58
Hex 86 B6 71 1A 0 26 1D 66 20 3A
Octal 206 266 161 32 0 46 35 146 40 72
Binary 10000110 10110110 1110001 11010 0 100110 11101 1100110 100000 111010

Color Harmonies of #86B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B671

Black with #86B671

Text Example


Text Example

White with #86B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86B671; }

 p { color: rgb(134,182,113); }

 H1.HeaderClassName
 {
   color: #86B671;
 }
 .AnyTagClassName
 {
   color: #86B671;
 }
</style>

background-color css

<style>
 a { background-color: #86B671; }

 a { background-color: rgb(134,182,113); }

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

border-color css

<style>
 span { border-color: #86B671; }

 span { border-color: rgb(134,182,113); }

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