Html Css Color HEX #7FBA6F Mantis

📋 copy color: '#7FBA6F'

red 127 ◦ green 186 ◦ blue 111

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

Shades of Mantis #7FBA6F

Tints of Mantis #7FBA6F

RGB

 RED value IS 127 (50% from 255) = 29.95%

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 29.95%
G = 43.87%
B = 26.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#7FBA6F (or 0x7FBA6F) is known color: Mantis. HEX triplet: 7F, BA and 6F. RGB value is (127,186,111). Sum of RGB (Red+Green+Blue) = 127+186+111=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA6F is #804590. Grayscale: #A0A0A0. Windows color (decimal): -8406417 or 7322239. OLE color: 7322239.

HSL color Cylindrical-coordinate representation of color #7FBA6F: hue angle of 107.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FBA6F is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 127 186 111 -
CMYK 0.32 0 0.40 0.27
HSL 107.2º 0.35% 0.58% -
HSV(B) 107.2º 0.4% 0.73% -
XYZ 29.18 40.78 21.37 -
YUV 159.81 100.45 104.6 -
System Red Green Blue C M Y K H S L
Decimal 127 186 111 0.32 0 0.40 0.27 107.2 0.35 0.58
Hex 7F BA 6F 20 0 28 1B 6B 23 3A
Octal 177 272 157 40 0 50 33 153 43 72
Binary 1111111 10111010 1101111 100000 0 101000 11011 1101011 100011 111010

Color Harmonies of #7FBA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBA6F

Black with #7FBA6F

Text Example


Text Example

White with #7FBA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FBA6F; }

 p { color: rgb(127,186,111); }

 H1.HeaderClassName
 {
   color: #7FBA6F;
 }
 .AnyTagClassName
 {
   color: #7FBA6F;
 }
</style>

background-color css

<style>
 a { background-color: #7FBA6F; }

 a { background-color: rgb(127,186,111); }

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

border-color css

<style>
 span { border-color: #7FBA6F; }

 span { border-color: rgb(127,186,111); }

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