#7AA315

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

Shades of Lima #7AA315

Tints of Lima #7AA315

Color information

#7AA315 (or 0x7AA315) is unknown color: approx Lima. HEX triplet: 7A, A3 and 15. RGB value is (122,163,21). Sum of RGB (Red+Green+Blue) = 122+163+21=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #7AA315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA315 is #855CEA. Grayscale: #878787. Windows color (decimal): -8740075 or 1418106. OLE color: 1418106.

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

Color convert

RGB12216321-
CMYK0.2500.870.36
HSL77.32º77.17%36.08%-
HSV(B)77.32º87.12%63.92%-
XYZ21.2630.395.45-
YUV134.5563.92119.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.87%
GREEN value IS 163 (64.06% from 255) = 53.27%
BLUE value IS 21 (8.59% from 255) = 6.86%
R=39.87%
G=53.27%
B=6.86%

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
Decimal122163210.2500.870.3677.3277.1736.08
Hex7AA31519057244d4d24
Octal172243253101274411511544
Binary11110101010001110101110010101011110010010011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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