#7AC065

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

Shades of Mantis #7AC065

Tints of Mantis #7AC065

Color information

#7AC065 (or 0x7AC065) is unknown color: approx Mantis. HEX triplet: 7A, C0 and 65. RGB value is (122,192,101). Sum of RGB (Red+Green+Blue) = 122+192+101=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC065 is #853F9A. Grayscale: #A0A0A0. Windows color (decimal): -8732571 or 6668410. OLE color: 6668410.

HSL color Cylindrical-coordinate representation of color #7AC065: hue angle of 106.15º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AC065 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB122192101-
CMYK0.3600.470.25
HSL106.15º41.94%57.45%-
HSV(B)106.15º47.4%75.29%-
XYZ29.2242.7819.03-
YUV160.794.31100.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.40%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 101 (39.84% from 255) = 24.34%
R=29.40%
G=46.27%
B=24.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221921010.3600.470.25106.1541.9457.45
Hex7AC0652402F196a2a39
Octal17230014544057311525271
Binary11110101100000011001011001000101111110011101010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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