#7AA82B

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

Shades of Lima #7AA82B

Tints of Lima #7AA82B

Color information

#7AA82B (or 0x7AA82B) is unknown color: approx Lima. HEX triplet: 7A, A8 and 2B. RGB value is (122,168,43). Sum of RGB (Red+Green+Blue) = 122+168+43=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 168 (66.02% from 255 or 50.45% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA82B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA82B is #8557D4. Grayscale: #8C8C8C. Windows color (decimal): -8738773 or 2861178. OLE color: 2861178.

HSL color Cylindrical-coordinate representation of color #7AA82B: hue angle of 82.08º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AA82B is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB12216843-
CMYK0.2700.740.34
HSL82.08º59.24%41.37%-
HSV(B)82.08º74.4%65.88%-
XYZ22.4632.327.34-
YUV14073.26115.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 168 (66.02% from 255) = 50.45%
BLUE value IS 43 (17.19% from 255) = 12.91%
R=36.64%
G=50.45%
B=12.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122168430.2700.740.3482.0859.2441.37
Hex7AA82B1B04A22523b29
Octal17225053330112421227351
Binary11110101010100010101111011010010101000101010010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,168,43); }

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

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

 a { background-color: rgb(122,168,43); }

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

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

 span { border-color: rgb(122,168,43); }

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