#7AA061

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

Shades of Asparagus #7AA061

Tints of Asparagus #7AA061

Color information

#7AA061 (or 0x7AA061) is unknown color: approx Asparagus. HEX triplet: 7A, A0 and 61. RGB value is (122,160,97). Sum of RGB (Red+Green+Blue) = 122+160+97=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA061 is #855F9E. Grayscale: #8D8D8D. Windows color (decimal): -8740767 or 6398074. OLE color: 6398074.

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

Color convert

RGB12216097-
CMYK0.2400.390.37
HSL96.19º24.9%50.39%-
HSV(B)96.19º39.38%62.75%-
XYZ22.7530.1415.93-
YUV141.46102.91114.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 160 (62.89% from 255) = 42.22%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=32.19%
G=42.22%
B=25.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal122160970.2400.390.3796.1924.950.39
Hex7AA0611802725601932
Octal17224014130047451403162
Binary1111010101000001100001110000100111100101110000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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