#7ABA4B

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

Shades of Mantis #7ABA4B

Tints of Mantis #7ABA4B

Color information

#7ABA4B (or 0x7ABA4B) is unknown color: approx Mantis. HEX triplet: 7A, BA and 4B. RGB value is (122,186,75). Sum of RGB (Red+Green+Blue) = 122+186+75=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABA4B is #8545B4. Grayscale: #9A9A9A. Windows color (decimal): -8734133 or 4962938. OLE color: 4962938.

HSL color Cylindrical-coordinate representation of color #7ABA4B: hue angle of 94.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7ABA4B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB12218675-
CMYK0.3400.600.27
HSL94.59º44.58%51.18%-
HSV(B)94.59º59.68%72.94%-
XYZ26.8539.7612.92-
YUV154.2183.3105.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 186 (73.05% from 255) = 48.56%
BLUE value IS 75 (29.69% from 255) = 19.58%
R=31.85%
G=48.56%
B=19.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122186750.3400.600.2794.5944.5851.18
Hex7ABA4B2203C1B5f2d33
Octal17227211342074331375563
Binary11110101011101010010111000100111100110111011111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,186,75); }

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

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

 a { background-color: rgb(122,186,75); }

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

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

 span { border-color: rgb(122,186,75); }

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