#7AAA52

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

Shades of Asparagus #7AAA52

Tints of Asparagus #7AAA52

Color information

#7AAA52 (or 0x7AAA52) is unknown color: approx Asparagus. HEX triplet: 7A, AA and 52. RGB value is (122,170,82). Sum of RGB (Red+Green+Blue) = 122+170+82=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAA52 is #8555AD. Grayscale: #919191. Windows color (decimal): -8738222 or 5417594. OLE color: 5417594.

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

Color convert

RGB12217082-
CMYK0.2800.520.33
HSL92.73º34.92%49.41%-
HSV(B)92.73º51.76%66.67%-
XYZ23.9233.513.19-
YUV145.6292.1111.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.62%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=32.62%
G=45.45%
B=21.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122170820.2800.520.3392.7334.9249.41
Hex7AAA521C034215d2331
Octal17225212234064411354361
Binary11110101010101010100101110001101001000011011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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