#7AA219

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

Shades of Lima #7AA219

Tints of Lima #7AA219

Color information

#7AA219 (or 0x7AA219) is unknown color: approx Lima. HEX triplet: 7A, A2 and 19. RGB value is (122,162,25). Sum of RGB (Red+Green+Blue) = 122+162+25=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA219 is #855DE6. Grayscale: #868686. Windows color (decimal): -8740327 or 1679994. OLE color: 1679994.

HSL color Cylindrical-coordinate representation of color #7AA219: hue angle of 77.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7AA219 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB12216225-
CMYK0.2500.850.36
HSL77.52º73.26%36.67%-
HSV(B)77.52º84.57%63.53%-
XYZ21.1230.055.61-
YUV134.4266.25119.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.48%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 25 (10.16% from 255) = 8.09%
R=39.48%
G=52.43%
B=8.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122162250.2500.850.3677.5273.2636.67
Hex7AA21919055244e4925
Octal172242313101254411611145
Binary11110101010001011001110010101010110010010011101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,162,25); }

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

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

 a { background-color: rgb(122,162,25); }

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

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

 span { border-color: rgb(122,162,25); }

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