#7AA526

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

Shades of Lima #7AA526

Tints of Lima #7AA526

Color information

#7AA526 (or 0x7AA526) is unknown color: approx Lima. HEX triplet: 7A, A5 and 26. RGB value is (122,165,38). Sum of RGB (Red+Green+Blue) = 122+165+38=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA526 is #855AD9. Grayscale: #8A8A8A. Windows color (decimal): -8739546 or 2532730. OLE color: 2532730.

HSL color Cylindrical-coordinate representation of color #7AA526: hue angle of 80.31º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AA526 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB12216538-
CMYK0.2600.770.35
HSL80.31º62.56%39.8%-
HSV(B)80.31º76.97%64.71%-
XYZ21.8331.196.7-
YUV137.6671.75116.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 38 (15.23% from 255) = 11.69%
R=37.54%
G=50.77%
B=11.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal122165380.2600.770.3580.3162.5639.8
Hex7AA5261A04D23503f28
Octal17224546320115431207750
Binary11110101010010110011011010010011011000111010000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,165,38); }

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

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

 a { background-color: rgb(122,165,38); }

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

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

 span { border-color: rgb(122,165,38); }

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