#7AAA5A

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

Shades of Asparagus #7AAA5A

Tints of Asparagus #7AAA5A

Color information

#7AAA5A (or 0x7AAA5A) is unknown color: approx Asparagus. HEX triplet: 7A, AA and 5A. RGB value is (122,170,90). Sum of RGB (Red+Green+Blue) = 122+170+90=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA5A is #8555A5. Grayscale: #929292. Windows color (decimal): -8738214 or 5941882. OLE color: 5941882.

HSL color Cylindrical-coordinate representation of color #7AAA5A: hue angle of 96º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AAA5A is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB12217090-
CMYK0.2800.470.33
HSL96º32%50.98%-
HSV(B)96º47.06%66.67%-
XYZ24.2533.6314.89-
YUV146.5396.1110.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.94%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=31.94%
G=44.50%
B=23.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122170900.2800.470.33963250.98
Hex7AAA5A1C02F21602033
Octal17225213234057411404063
Binary11110101010101010110101110001011111000011100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,170,90); }

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

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

 a { background-color: rgb(122,170,90); }

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

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

 span { border-color: rgb(122,170,90); }

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