#7FBA61

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

Shades of Mantis #7FBA61

Tints of Mantis #7FBA61

Color information

#7FBA61 (or 0x7FBA61) is unknown color: approx Mantis. HEX triplet: 7F, BA and 61. RGB value is (127,186,97). Sum of RGB (Red+Green+Blue) = 127+186+97=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA61 is #80459E. Grayscale: #9E9E9E. Windows color (decimal): -8406431 or 6404735. OLE color: 6404735.

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

Color convert

RGB12718697-
CMYK0.3200.480.27
HSL99.78º39.21%55.49%-
HSV(B)99.78º47.85%72.94%-
XYZ28.4740.4917.62-
YUV158.2193.45105.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 97 (38.28% from 255) = 23.66%
R=30.98%
G=45.37%
B=23.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127186970.3200.480.2799.7839.2155.49
Hex7FBA61200301B642737
Octal17727214140060331444767
Binary11111111011101011000011000000110000110111100100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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