#7A944B

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

Shades of Asparagus #7A944B

Tints of Asparagus #7A944B

Color information

#7A944B (or 0x7A944B) is unknown color: approx Asparagus. HEX triplet: 7A, 94 and 4B. RGB value is (122,148,75). Sum of RGB (Red+Green+Blue) = 122+148+75=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #7A944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A944B is #856BB4. Grayscale: #848484. Windows color (decimal): -8743861 or 4953210. OLE color: 4953210.

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

Color convert

RGB12214875-
CMYK0.1800.490.42
HSL81.37º32.74%43.73%-
HSV(B)81.37º49.32%58.04%-
XYZ19.8925.8310.59-
YUV131.995.89120.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=35.36%
G=42.90%
B=21.74%

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
Decimal122148750.1800.490.4281.3732.7443.73
Hex7A944B120312A51212c
Octal17222411322061521214154
Binary11110101001010010010111001001100011010101010001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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