Html Css Color HEX #86B974 Mantis

📋 copy color: '#86B974'

red 134 ◦ green 185 ◦ blue 116

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

Shades of Mantis #86B974

Tints of Mantis #86B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.53%

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 30.8%
G = 42.53%
B = 26.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#86B974 (or 0x86B974) is known color: Mantis. HEX triplet: 86, B9 and 74. RGB value is (134,185,116). Sum of RGB (Red+Green+Blue) = 134+185+116=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #86B974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B974 is #79468B. Grayscale: #A2A2A2. Windows color (decimal): -7947916 or 7649670. OLE color: 7649670.

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

Color convert

RGB 134 185 116 -
CMYK 0.28 0 0.37 0.27
HSL 104.35º 0.33% 0.59% -
HSV(B) 104.35º 0.37% 0.73% -
XYZ 30.33 41.03 22.84 -
YUV 161.89 102.1 108.11 -
System Red Green Blue C M Y K H S L
Decimal 134 185 116 0.28 0 0.37 0.27 104.35 0.33 0.59
Hex 86 B9 74 1C 0 25 1B 68 21 3B
Octal 206 271 164 34 0 45 33 150 41 73
Binary 10000110 10111001 1110100 11100 0 100101 11011 1101000 100001 111011

Color Harmonies of #86B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B974

Black with #86B974

Text Example


Text Example

White with #86B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,185,116); }

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

background-color css

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

 a { background-color: rgb(134,185,116); }

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

border-color css

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

 span { border-color: rgb(134,185,116); }

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