#7aa415

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

Shades of Lima #7AA415

Tints of Lima #7AA415

Color information

#7AA415 (or 0x7AA415) is unknown color: approx Lima. HEX triplet: 7A, A4 and 15. RGB value is (122,164,21). Sum of RGB (Red+Green+Blue) = 122+164+21=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA415 is #855BEA. Grayscale: #878787. Windows color (decimal): -8739819 or 1418362. OLE color: 1418362.

HSL color Cylindrical-coordinate representation of color #7AA415: hue angle of 77.62º 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 #7AA415 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB12216421-
CMYK0.2600.870.36
HSL77.62º77.3%36.27%-
HSV(B)77.62º87.2%64.31%-
XYZ21.4430.745.51-
YUV135.1463.59118.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.74%
GREEN value IS 164 (64.45% from 255) = 53.42%
BLUE value IS 21 (8.59% from 255) = 6.84%
R=39.74%
G=53.42%
B=6.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal122164210.2600.870.3677.6277.336.27
Hex7AA4151A057244e4d24
Octal172244253201274411611544
Binary11110101010010010101110100101011110010010011101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aa415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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