#7EC070

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

Shades of Mantis #7EC070

Tints of Mantis #7EC070

Color information

#7EC070 (or 0x7EC070) is unknown color: approx Mantis. HEX triplet: 7E, C0 and 70. RGB value is (126,192,112). Sum of RGB (Red+Green+Blue) = 126+192+112=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC070 is #813F8F. Grayscale: #A3A3A3. Windows color (decimal): -8470416 or 7389310. OLE color: 7389310.

HSL color Cylindrical-coordinate representation of color #7EC070: hue angle of 109.5º 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 #7EC070 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB126192112-
CMYK0.3400.420.25
HSL109.5º38.83%59.61%-
HSV(B)109.5º41.67%75.29%-
XYZ30.3843.322.09-
YUV163.1599.13101.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.30%
GREEN value IS 192 (75.39% from 255) = 44.65%
BLUE value IS 112 (44.14% from 255) = 26.05%
R=29.30%
G=44.65%
B=26.05%

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
Decimal1261921120.3400.420.25109.538.8359.61
Hex7EC0702202A196e273c
Octal17630016042052311564774
Binary11111101100000011100001000100101010110011101110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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