#7AD061

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

Shades of Mantis #7AD061

Tints of Mantis #7AD061

Color information

#7AD061 (or 0x7AD061) is unknown color: approx Mantis. HEX triplet: 7A, D0 and 61. RGB value is (122,208,97). Sum of RGB (Red+Green+Blue) = 122+208+97=427 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.57% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD061 is #852F9E. Grayscale: #A9A9A9. Windows color (decimal): -8728479 or 6410362. OLE color: 6410362.

HSL color Cylindrical-coordinate representation of color #7AD061: hue angle of 106.49º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7AD061 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB12220897-
CMYK0.4100.530.18
HSL106.49º54.15%59.8%-
HSV(B)106.49º53.37%81.57%-
XYZ32.7450.1119.26-
YUV169.6387.0194.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.57%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=28.57%
G=48.71%
B=22.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal122208970.4100.530.18106.4954.1559.8
Hex7AD06129035126a363c
Octal17232014151065221526674
Binary11110101101000011000011010010110101100101101010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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