#7AA054

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

Shades of Asparagus #7AA054

Tints of Asparagus #7AA054

Color information

#7AA054 (or 0x7AA054) is unknown color: approx Asparagus. HEX triplet: 7A, A0 and 54. RGB value is (122,160,84). Sum of RGB (Red+Green+Blue) = 122+160+84=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA054 is #855FAB. Grayscale: #8C8C8C. Windows color (decimal): -8740780 or 5546106. OLE color: 5546106.

HSL color Cylindrical-coordinate representation of color #7AA054: hue angle of 90º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AA054 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB12216084-
CMYK0.2400.480.37
HSL90º31.15%47.84%-
HSV(B)90º47.5%62.75%-
XYZ22.229.9212.99-
YUV139.9796.41115.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 43.72%
BLUE value IS 84 (33.20% from 255) = 22.95%
R=33.33%
G=43.72%
B=22.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal122160840.2400.480.379031.1547.84
Hex7AA05418030255a1f30
Octal17224012430060451323760
Binary1111010101000001010100110000110000100101101101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,160,84); }

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

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

 a { background-color: rgb(122,160,84); }

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

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

 span { border-color: rgb(122,160,84); }

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