#7A944C

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

Shades of Asparagus #7A944C

Tints of Asparagus #7A944C

Color information

#7A944C (or 0x7A944C) is unknown color: approx Asparagus. HEX triplet: 7A, 94 and 4C. RGB value is (122,148,76). Sum of RGB (Red+Green+Blue) = 122+148+76=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #7A944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A944C is #856BB3. Grayscale: #848484. Windows color (decimal): -8743860 or 5018746. OLE color: 5018746.

HSL color Cylindrical-coordinate representation of color #7A944C: hue angle of 81.67º 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 #7A944C is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB12214876-
CMYK0.1800.490.42
HSL81.67º32.14%43.92%-
HSV(B)81.67º48.65%58.04%-
XYZ19.9225.8410.78-
YUV132.0296.39120.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 148 (58.20% from 255) = 42.77%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=35.26%
G=42.77%
B=21.97%

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
Decimal122148760.1800.490.4281.6732.1443.92
Hex7A944C120312A52202c
Octal17222411422061521224054
Binary11110101001010010011001001001100011010101010010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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