#7AA264

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

Shades of Asparagus #7AA264

Tints of Asparagus #7AA264

Color information

#7AA264 (or 0x7AA264) is unknown color: approx Asparagus. HEX triplet: 7A, A2 and 64. RGB value is (122,162,100). Sum of RGB (Red+Green+Blue) = 122+162+100=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 162 - color contains mainly: green. Hex color #7AA264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA264 is #855D9B. Grayscale: #8F8F8F. Windows color (decimal): -8740252 or 6595194. OLE color: 6595194.

HSL color Cylindrical-coordinate representation of color #7AA264: hue angle of 98.71º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AA264 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB122162100-
CMYK0.2500.380.36
HSL98.71º25%51.37%-
HSV(B)98.71º38.27%63.53%-
XYZ23.2530.916.8-
YUV142.97103.75113.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.77%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 100 (39.45% from 255) = 26.04%
R=31.77%
G=42.19%
B=26.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1221621000.2500.380.3698.712551.37
Hex7AA2641902624631933
Octal17224214431046441433163
Binary1111010101000101100100110010100110100100110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,162,100); }

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

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

 a { background-color: rgb(122,162,100); }

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

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

 span { border-color: rgb(122,162,100); }

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