Html Css Color HEX #86B75D Mantis

📋 copy color: '#86B75D'

red 134 ◦ green 183 ◦ blue 93

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

Shades of Mantis #86B75D

Tints of Mantis #86B75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 32.68%
G = 44.63%
B = 22.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#86B75D (or 0x86B75D) is known color: Mantis. HEX triplet: 86, B7 and 5D. RGB value is (134,183,93). Sum of RGB (Red+Green+Blue) = 134+183+93=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #86B75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B75D is #7948A2. Grayscale: #9E9E9E. Windows color (decimal): -7948451 or 6141830. OLE color: 6141830.

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

Color convert

RGB 134 183 93 -
CMYK 0.27 0 0.49 0.28
HSL 92.67º 0.38% 0.54% -
HSV(B) 92.67º 0.49% 0.72% -
XYZ 28.74 39.73 16.51 -
YUV 158.09 91.27 110.82 -
System Red Green Blue C M Y K H S L
Decimal 134 183 93 0.27 0 0.49 0.28 92.67 0.38 0.54
Hex 86 B7 5D 1B 0 31 1C 5D 26 36
Octal 206 267 135 33 0 61 34 135 46 66
Binary 10000110 10110111 1011101 11011 0 110001 11100 1011101 100110 110110

Color Harmonies of #86B75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B75D

Black with #86B75D

Text Example


Text Example

White with #86B75D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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