#7AAA5C

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

Shades of Asparagus #7AAA5C

Tints of Asparagus #7AAA5C

Color information

#7AAA5C (or 0x7AAA5C) is unknown color: approx Asparagus. HEX triplet: 7A, AA and 5C. RGB value is (122,170,92). Sum of RGB (Red+Green+Blue) = 122+170+92=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA5C is #8555A3. Grayscale: #939393. Windows color (decimal): -8738212 or 6072954. OLE color: 6072954.

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

Color convert

RGB12217092-
CMYK0.2800.460.33
HSL96.92º31.45%51.37%-
HSV(B)96.92º45.88%66.67%-
XYZ24.3333.6615.34-
YUV146.7697.1110.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 170 (66.80% from 255) = 44.27%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=31.77%
G=44.27%
B=23.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122170920.2800.460.3396.9231.4551.37
Hex7AAA5C1C02E21611f33
Octal17225213434056411413763
Binary1111010101010101011100111000101110100001110000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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