#7AA215

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

Shades of Lima #7AA215

Tints of Lima #7AA215

Color information

#7AA215 (or 0x7AA215) is unknown color: approx Lima. HEX triplet: 7A, A2 and 15. RGB value is (122,162,21). Sum of RGB (Red+Green+Blue) = 122+162+21=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA215 is #855DEA. Grayscale: #868686. Windows color (decimal): -8740331 or 1417850. OLE color: 1417850.

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

Color convert

RGB12216221-
CMYK0.2500.870.36
HSL77.02º77.05%35.88%-
HSV(B)77.02º87.04%63.53%-
XYZ21.0830.035.4-
YUV133.9764.25119.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 162 (63.67% from 255) = 53.11%
BLUE value IS 21 (8.59% from 255) = 6.89%
R=40%
G=53.11%
B=6.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122162210.2500.870.3677.0277.0535.88
Hex7AA21519057244d4d24
Octal172242253101274411511544
Binary11110101010001010101110010101011110010010011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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