Html Css Color HEX #86B762 Mantis

📋 copy color: '#86B762'

red 134 ◦ green 183 ◦ blue 98

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

Shades of Mantis #86B762

Tints of Mantis #86B762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.61%

R = 32.29%
G = 44.1%
B = 23.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#86B762 (or 0x86B762) is known color: Mantis. HEX triplet: 86, B7 and 62. RGB value is (134,183,98). Sum of RGB (Red+Green+Blue) = 134+183+98=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 183 - color contains mainly: green. Hex color #86B762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B762 is #79489D. Grayscale: #9E9E9E. Windows color (decimal): -7948446 or 6469510. OLE color: 6469510.

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

Color convert

RGB 134 183 98 -
CMYK 0.27 0 0.46 0.28
HSL 94.59º 0.37% 0.55% -
HSV(B) 94.59º 0.46% 0.72% -
XYZ 28.97 39.82 17.71 -
YUV 158.66 93.77 110.41 -
System Red Green Blue C M Y K H S L
Decimal 134 183 98 0.27 0 0.46 0.28 94.59 0.37 0.55
Hex 86 B7 62 1B 0 2E 1C 5F 25 37
Octal 206 267 142 33 0 56 34 137 45 67
Binary 10000110 10110111 1100010 11011 0 101110 11100 1011111 100101 110111

Color Harmonies of #86B762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B762

Black with #86B762

Text Example


Text Example

White with #86B762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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