#7A954A

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

Shades of Asparagus #7A954A

Tints of Asparagus #7A954A

Color information

#7A954A (or 0x7A954A) is unknown color: approx Asparagus. HEX triplet: 7A, 95 and 4A. RGB value is (122,149,74). Sum of RGB (Red+Green+Blue) = 122+149+74=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #7A954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A954A is #856AB5. Grayscale: #848484. Windows color (decimal): -8743606 or 4887930. OLE color: 4887930.

HSL color Cylindrical-coordinate representation of color #7A954A: hue angle of 81.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A954A is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12214974-
CMYK0.1800.500.42
HSL81.6º33.63%43.73%-
HSV(B)81.6º50.34%58.43%-
XYZ20.0126.1310.47-
YUV132.3895.05120.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 74 (29.30% from 255) = 21.45%
R=35.36%
G=43.19%
B=21.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149740.1800.500.4281.633.6343.73
Hex7A954A120322A52222c
Octal17222511222062521224254
Binary11110101001010110010101001001100101010101010010100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A954A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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