#7AA85A

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

Shades of Asparagus #7AA85A

Tints of Asparagus #7AA85A

Color information

#7AA85A (or 0x7AA85A) is unknown color: approx Asparagus. HEX triplet: 7A, A8 and 5A. RGB value is (122,168,90). Sum of RGB (Red+Green+Blue) = 122+168+90=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA85A is #8557A5. Grayscale: #919191. Windows color (decimal): -8738726 or 5941370. OLE color: 5941370.

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

Color convert

RGB12216890-
CMYK0.2700.460.34
HSL95.38º30.95%50.59%-
HSV(B)95.38º46.43%65.88%-
XYZ23.8732.8814.76-
YUV145.3596.76111.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.11%
GREEN value IS 168 (66.02% from 255) = 44.21%
BLUE value IS 90 (35.55% from 255) = 23.68%
R=32.11%
G=44.21%
B=23.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal122168900.2700.460.3495.3830.9550.59
Hex7AA85A1B02E225f1f33
Octal17225013233056421373763
Binary1111010101010001011010110110101110100010101111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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