Html Css Color HEX #86B369 Mantis

📋 copy color: '#86B369'

red 134 ◦ green 179 ◦ blue 105

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

Shades of Mantis #86B369

Tints of Mantis #86B369

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

 BLUE value IS 105 (41.41% from 255) = 25.12%

R = 32.06%
G = 42.82%
B = 25.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#86B369 (or 0x86B369) is known color: Mantis. HEX triplet: 86, B3 and 69. RGB value is (134,179,105). Sum of RGB (Red+Green+Blue) = 134+179+105=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #86B369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B369 is #794C96. Grayscale: #9D9D9D. Windows color (decimal): -7949463 or 6927238. OLE color: 6927238.

HSL color Cylindrical-coordinate representation of color #86B369: hue angle of 96.49º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86B369 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 179 105 -
CMYK 0.25 0 0.41 0.30
HSL 96.49º 0.33% 0.56% -
HSV(B) 96.49º 0.41% 0.7% -
XYZ 28.5 38.33 19.26 -
YUV 157.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 134 179 105 0.25 0 0.41 0.30 96.49 0.33 0.56
Hex 86 B3 69 19 0 29 1E 60 21 38
Octal 206 263 151 31 0 51 36 140 41 70
Binary 10000110 10110011 1101001 11001 0 101001 11110 1100000 100001 111000

Color Harmonies of #86B369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B369

Black with #86B369

Text Example


Text Example

White with #86B369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,179,105); }

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

background-color css

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

 a { background-color: rgb(134,179,105); }

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

border-color css

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

 span { border-color: rgb(134,179,105); }

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