#7AC061

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

Shades of Mantis #7AC061

Tints of Mantis #7AC061

Color information

#7AC061 (or 0x7AC061) is unknown color: approx Mantis. HEX triplet: 7A, C0 and 61. RGB value is (122,192,97). Sum of RGB (Red+Green+Blue) = 122+192+97=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 97 (38.28% from 255 or 23.60% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC061 is #853F9E. Grayscale: #A0A0A0. Windows color (decimal): -8732575 or 6406266. OLE color: 6406266.

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

Color convert

RGB12219297-
CMYK0.3600.490.25
HSL104.21º42.99%56.67%-
HSV(B)104.21º49.48%75.29%-
XYZ29.0342.718.02-
YUV160.2492.31100.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 97 (38.28% from 255) = 23.60%
R=29.68%
G=46.72%
B=23.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122192970.3600.490.25104.2142.9956.67
Hex7AC0612403119682b39
Octal17230014144061311505371
Binary11110101100000011000011001000110001110011101000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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