#7AA320

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

Shades of Lima #7AA320

Tints of Lima #7AA320

Color information

#7AA320 (or 0x7AA320) is unknown color: approx Lima. HEX triplet: 7A, A3 and 20. RGB value is (122,163,32). Sum of RGB (Red+Green+Blue) = 122+163+32=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 32 (12.89% from 255 or 10.09% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA320 is #855CDF. Grayscale: #888888. Windows color (decimal): -8740064 or 2139002. OLE color: 2139002.

HSL color Cylindrical-coordinate representation of color #7AA320: hue angle of 78.78º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AA320 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB12216332-
CMYK0.2500.800.36
HSL78.78º67.18%38.24%-
HSV(B)78.78º80.37%63.92%-
XYZ21.3830.446.11-
YUV135.8169.42118.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 163 (64.06% from 255) = 51.42%
BLUE value IS 32 (12.89% from 255) = 10.09%
R=38.49%
G=51.42%
B=10.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122163320.2500.800.3678.7867.1838.24
Hex7AA32019050244f4326
Octal172243403101204411710346
Binary111101010100011100000110010101000010010010011111000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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