Html Css Color HEX #86B772 Mantis

📋 copy color: '#86B772'

red 134 ◦ green 183 ◦ blue 114

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

Shades of Mantis #86B772

Tints of Mantis #86B772

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 31.09%
G = 42.46%
B = 26.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#86B772 (or 0x86B772) is known color: Mantis. HEX triplet: 86, B7 and 72. RGB value is (134,183,114). Sum of RGB (Red+Green+Blue) = 134+183+114=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 183 - color contains mainly: green. Hex color #86B772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B772 is #79488D. Grayscale: #A0A0A0. Windows color (decimal): -7948430 or 7518086. OLE color: 7518086.

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

Color convert

RGB 134 183 114 -
CMYK 0.27 0 0.38 0.28
HSL 102.61º 0.32% 0.58% -
HSV(B) 102.61º 0.38% 0.72% -
XYZ 29.8 40.15 22.1 -
YUV 160.48 101.77 109.11 -
System Red Green Blue C M Y K H S L
Decimal 134 183 114 0.27 0 0.38 0.28 102.61 0.32 0.58
Hex 86 B7 72 1B 0 26 1C 67 20 3A
Octal 206 267 162 33 0 46 34 147 40 72
Binary 10000110 10110111 1110010 11011 0 100110 11100 1100111 100000 111010

Color Harmonies of #86B772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B772

Black with #86B772

Text Example


Text Example

White with #86B772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,183,114); }

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

background-color css

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

 a { background-color: rgb(134,183,114); }

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

border-color css

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

 span { border-color: rgb(134,183,114); }

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