Html Css Color HEX #86C070 Mantis

📋 copy color: '#86C070'

red 134 ◦ green 192 ◦ blue 112

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

Shades of Mantis #86C070

Tints of Mantis #86C070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 30.59%
G = 43.84%
B = 25.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#86C070 (or 0x86C070) is known color: Mantis. HEX triplet: 86, C0 and 70. RGB value is (134,192,112). Sum of RGB (Red+Green+Blue) = 134+192+112=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #86C070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C070 is #793F8F. Grayscale: #A5A5A5. Windows color (decimal): -7946128 or 7389318. OLE color: 7389318.

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

Color convert

RGB 134 192 112 -
CMYK 0.30 0 0.42 0.25
HSL 103.5º 0.39% 0.6% -
HSV(B) 103.5º 0.42% 0.75% -
XYZ 31.61 43.94 22.14 -
YUV 165.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 134 192 112 0.30 0 0.42 0.25 103.5 0.39 0.6
Hex 86 C0 70 1E 0 2A 19 68 27 3C
Octal 206 300 160 36 0 52 31 150 47 74
Binary 10000110 11000000 1110000 11110 0 101010 11001 1101000 100111 111100

Color Harmonies of #86C070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C070

Black with #86C070

Text Example


Text Example

White with #86C070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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