#7AAA4A

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

Shades of Asparagus #7AAA4A

Tints of Asparagus #7AAA4A

Color information

#7AAA4A (or 0x7AAA4A) is unknown color: approx Asparagus. HEX triplet: 7A, AA and 4A. RGB value is (122,170,74). Sum of RGB (Red+Green+Blue) = 122+170+74=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA4A is #8555B5. Grayscale: #919191. Windows color (decimal): -8738230 or 4893306. OLE color: 4893306.

HSL color Cylindrical-coordinate representation of color #7AAA4A: hue angle of 90º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AAA4A is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB12217074-
CMYK0.2800.560.33
HSL90º39.34%47.84%-
HSV(B)90º56.47%66.67%-
XYZ23.6433.3811.68-
YUV144.788.1111.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 46.45%
BLUE value IS 74 (29.30% from 255) = 20.22%
R=33.33%
G=46.45%
B=20.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122170740.2800.560.339039.3447.84
Hex7AAA4A1C038215a2730
Octal17225211234070411324760
Binary11110101010101010010101110001110001000011011010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,170,74); }

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

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

 a { background-color: rgb(122,170,74); }

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

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

 span { border-color: rgb(122,170,74); }

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