#7FC061

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

Shades of Mantis #7FC061

Tints of Mantis #7FC061

Color information

#7FC061 (or 0x7FC061) is unknown color: approx Mantis. HEX triplet: 7F, C0 and 61. RGB value is (127,192,97). Sum of RGB (Red+Green+Blue) = 127+192+97=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC061 is #803F9E. Grayscale: #A2A2A2. Windows color (decimal): -8404895 or 6406271. OLE color: 6406271.

HSL color Cylindrical-coordinate representation of color #7FC061: hue angle of 101.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FC061 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB12719297-
CMYK0.3400.490.25
HSL101.05º42.99%56.67%-
HSV(B)101.05º49.48%75.29%-
XYZ29.7643.0718.05-
YUV161.7391.47103.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 192 (75.39% from 255) = 46.15%
BLUE value IS 97 (38.28% from 255) = 23.32%
R=30.53%
G=46.15%
B=23.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127192970.3400.490.25101.0542.9956.67
Hex7FC0612203119652b39
Octal17730014142061311455371
Binary11111111100000011000011000100110001110011100101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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