Html Css Color HEX #86C06B Mantis

📋 copy color: '#86C06B'

red 134 ◦ green 192 ◦ blue 107

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

Shades of Mantis #86C06B

Tints of Mantis #86C06B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.34%

 BLUE value IS 107 (42.19% from 255) = 24.71%

R = 30.95%
G = 44.34%
B = 24.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#86C06B (or 0x86C06B) is known color: Mantis. HEX triplet: 86, C0 and 6B. RGB value is (134,192,107). Sum of RGB (Red+Green+Blue) = 134+192+107=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 192 - color contains mainly: green. Hex color #86C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C06B is #793F94. Grayscale: #A5A5A5. Windows color (decimal): -7946133 or 7061638. OLE color: 7061638.

HSL color Cylindrical-coordinate representation of color #86C06B: hue angle of 100.94º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86C06B is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 192 107 -
CMYK 0.30 0 0.44 0.25
HSL 100.94º 0.4% 0.59% -
HSV(B) 100.94º 0.44% 0.75% -
XYZ 31.34 43.83 20.72 -
YUV 164.97 95.28 105.91 -
System Red Green Blue C M Y K H S L
Decimal 134 192 107 0.30 0 0.44 0.25 100.94 0.4 0.59
Hex 86 C0 6B 1E 0 2C 19 65 28 3B
Octal 206 300 153 36 0 54 31 145 50 73
Binary 10000110 11000000 1101011 11110 0 101100 11001 1100101 101000 111011

Color Harmonies of #86C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C06B

Black with #86C06B

Text Example


Text Example

White with #86C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,192,107); }

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

background-color css

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

 a { background-color: rgb(134,192,107); }

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

border-color css

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

 span { border-color: rgb(134,192,107); }

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