#7FBA71

Color #7FBA71 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7FBA71

Tints of Mantis #7FBA71

Color information

#7FBA71 (or 0x7FBA71) is unknown color: approx Mantis. HEX triplet: 7F, BA and 71. RGB value is (127,186,113). Sum of RGB (Red+Green+Blue) = 127+186+113=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA71 is #80458E. Grayscale: #A0A0A0. Windows color (decimal): -8406415 or 7453311. OLE color: 7453311.

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

Color convert

RGB127186113-
CMYK0.3200.390.27
HSL108.49º34.6%58.63%-
HSV(B)108.49º39.25%72.94%-
XYZ29.2940.8221.96-
YUV160.04101.45104.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.81%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=29.81%
G=43.66%
B=26.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861130.3200.390.27108.4934.658.63
Hex7FBA71200271B6c233b
Octal17727216140047331544373
Binary11111111011101011100011000000100111110111101100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FBA71;
 }
 .AnyTagClassName
 {
   color: #7FBA71;
 }
</style>
background-color css

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

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

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

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

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

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