#7FC070

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

Shades of Mantis #7FC070

Tints of Mantis #7FC070

Color information

#7FC070 (or 0x7FC070) is unknown color: approx Mantis. HEX triplet: 7F, C0 and 70. RGB value is (127,192,112). Sum of RGB (Red+Green+Blue) = 127+192+112=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC070 is #803F8F. Grayscale: #A3A3A3. Windows color (decimal): -8404880 or 7389311. OLE color: 7389311.

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

Color convert

RGB127192112-
CMYK0.3400.420.25
HSL108.75º38.83%59.61%-
HSV(B)108.75º41.67%75.29%-
XYZ30.5343.3822.09-
YUV163.4498.97102-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.47%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 112 (44.14% from 255) = 25.99%
R=29.47%
G=44.55%
B=25.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271921120.3400.420.25108.7538.8359.61
Hex7FC0702202A196d273c
Octal17730016042052311554774
Binary11111111100000011100001000100101010110011101101100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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