#7AA85C

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

Shades of Asparagus #7AA85C

Tints of Asparagus #7AA85C

Color information

#7AA85C (or 0x7AA85C) is unknown color: approx Asparagus. HEX triplet: 7A, A8 and 5C. RGB value is (122,168,92). Sum of RGB (Red+Green+Blue) = 122+168+92=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA85C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA85C is #8557A3. Grayscale: #919191. Windows color (decimal): -8738724 or 6072442. OLE color: 6072442.

HSL color Cylindrical-coordinate representation of color #7AA85C: hue angle of 96.32º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AA85C is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB12216892-
CMYK0.2700.450.34
HSL96.32º30.4%50.98%-
HSV(B)96.32º45.24%65.88%-
XYZ23.9632.9215.22-
YUV145.5897.76111.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.94%
GREEN value IS 168 (66.02% from 255) = 43.98%
BLUE value IS 92 (36.33% from 255) = 24.08%
R=31.94%
G=43.98%
B=24.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122168920.2700.450.3496.3230.450.98
Hex7AA85C1B02D22601e33
Octal17225013433055421403663
Binary1111010101010001011100110110101101100010110000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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