#7AA620

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

Shades of Lima #7AA620

Tints of Lima #7AA620

Color information

#7AA620 (or 0x7AA620) is unknown color: approx Lima. HEX triplet: 7A, A6 and 20. RGB value is (122,166,32). Sum of RGB (Red+Green+Blue) = 122+166+32=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA620 is #8559DF. Grayscale: #8A8A8A. Windows color (decimal): -8739296 or 2139770. OLE color: 2139770.

HSL color Cylindrical-coordinate representation of color #7AA620: hue angle of 79.7º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7AA620 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB12216632-
CMYK0.2700.810.35
HSL79.7º67.68%38.82%-
HSV(B)79.7º80.72%65.1%-
XYZ21.9231.516.29-
YUV137.5768.42116.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.12%
GREEN value IS 166 (65.23% from 255) = 51.88%
BLUE value IS 32 (12.89% from 255) = 10%
R=38.12%
G=51.88%
B=10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122166320.2700.810.3579.767.6838.82
Hex7AA6201B05123504427
Octal172246403301214312010447
Binary111101010100110100000110110101000110001110100001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,166,32); }

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

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

 a { background-color: rgb(122,166,32); }

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

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

 span { border-color: rgb(122,166,32); }

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