#7ABD71

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

Shades of Mantis #7ABD71

Tints of Mantis #7ABD71

Color information

#7ABD71 (or 0x7ABD71) is unknown color: approx Mantis. HEX triplet: 7A, BD and 71. RGB value is (122,189,113). Sum of RGB (Red+Green+Blue) = 122+189+113=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABD71 is #85428E. Grayscale: #A0A0A0. Windows color (decimal): -8733327 or 7454074. OLE color: 7454074.

HSL color Cylindrical-coordinate representation of color #7ABD71: hue angle of 112.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ABD71 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB122189113-
CMYK0.3500.400.26
HSL112.89º36.54%59.22%-
HSV(B)112.89º40.21%74.12%-
XYZ29.241.7322.14-
YUV160.3101.3100.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.77%
GREEN value IS 189 (74.22% from 255) = 44.58%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=28.77%
G=44.58%
B=26.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221891130.3500.400.26112.8936.5459.22
Hex7ABD71230281A71253b
Octal17227516143050321614573
Binary11110101011110111100011000110101000110101110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,113); }

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

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

 a { background-color: rgb(122,189,113); }

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

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

 span { border-color: rgb(122,189,113); }

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