#7FBA60

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

Shades of Mantis #7FBA60

Tints of Mantis #7FBA60

Color information

#7FBA60 (or 0x7FBA60) is unknown color: approx Mantis. HEX triplet: 7F, BA and 60. RGB value is (127,186,96). Sum of RGB (Red+Green+Blue) = 127+186+96=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBA60 is #80459F. Grayscale: #9E9E9E. Windows color (decimal): -8406432 or 6339199. OLE color: 6339199.

HSL color Cylindrical-coordinate representation of color #7FBA60: hue angle of 99.33º 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 #7FBA60 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB12718696-
CMYK0.3200.480.27
HSL99.33º39.47%55.29%-
HSV(B)99.33º48.39%72.94%-
XYZ28.4240.4717.38-
YUV158.192.95105.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.05%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=31.05%
G=45.48%
B=23.47%

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
Decimal127186960.3200.480.2799.3339.4755.29
Hex7FBA60200301B632737
Octal17727214040060331434767
Binary11111111011101011000001000000110000110111100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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