#7A954C

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

Shades of Asparagus #7A954C

Tints of Asparagus #7A954C

Color information

#7A954C (or 0x7A954C) is unknown color: approx Asparagus. HEX triplet: 7A, 95 and 4C. RGB value is (122,149,76). Sum of RGB (Red+Green+Blue) = 122+149+76=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #7A954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A954C is #856AB3. Grayscale: #848484. Windows color (decimal): -8743604 or 5019002. OLE color: 5019002.

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

Color convert

RGB12214976-
CMYK0.1800.490.42
HSL82.19º32.44%44.12%-
HSV(B)82.19º48.99%58.43%-
XYZ20.0826.1510.83-
YUV132.696.05120.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 149 (58.59% from 255) = 42.94%
BLUE value IS 76 (30.08% from 255) = 21.90%
R=35.16%
G=42.94%
B=21.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122149760.1800.490.4282.1932.4444.12
Hex7A954C120312A52202c
Octal17222511422061521224054
Binary11110101001010110011001001001100011010101010010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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