#7ABD46

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

Shades of Mantis #7ABD46

Tints of Mantis #7ABD46

Color information

#7ABD46 (or 0x7ABD46) is unknown color: approx Mantis. HEX triplet: 7A, BD and 46. RGB value is (122,189,70). Sum of RGB (Red+Green+Blue) = 122+189+70=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 70 (27.73% from 255 or 18.37% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABD46 is #8542B9. Grayscale: #9B9B9B. Windows color (decimal): -8733370 or 4636026. OLE color: 4636026.

HSL color Cylindrical-coordinate representation of color #7ABD46: hue angle of 93.78º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ABD46 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB12218970-
CMYK0.3500.630.26
HSL93.78º47.41%50.78%-
HSV(B)93.78º62.96%74.12%-
XYZ27.3340.9712.26-
YUV155.479.8104.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 189 (74.22% from 255) = 49.61%
BLUE value IS 70 (27.73% from 255) = 18.37%
R=32.02%
G=49.61%
B=18.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122189700.3500.630.2693.7847.4150.78
Hex7ABD462303F1A5e2f33
Octal17227510643077321365763
Binary11110101011110110001101000110111111110101011110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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