#7FC160

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

Shades of Mantis #7FC160

Tints of Mantis #7FC160

Color information

#7FC160 (or 0x7FC160) is unknown color: approx Mantis. HEX triplet: 7F, C1 and 60. RGB value is (127,193,96). Sum of RGB (Red+Green+Blue) = 127+193+96=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC160 is #803E9F. Grayscale: #A2A2A2. Windows color (decimal): -8404640 or 6340991. OLE color: 6340991.

HSL color Cylindrical-coordinate representation of color #7FC160: hue angle of 100.82º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FC160 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB12719396-
CMYK0.3400.500.24
HSL100.82º43.89%56.67%-
HSV(B)100.82º50.26%75.69%-
XYZ29.9343.517.88-
YUV162.2190.63102.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.53%
GREEN value IS 193 (75.78% from 255) = 46.39%
BLUE value IS 96 (37.89% from 255) = 23.08%
R=30.53%
G=46.39%
B=23.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127193960.3400.500.24100.8243.8956.67
Hex7FC1602203218652c39
Octal17730114042062301455471
Binary11111111100000111000001000100110010110001100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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