Html Css Color HEX #7A944A Asparagus

📋 copy color: '#7A944A'

red 122 ◦ green 148 ◦ blue 74

#7A944A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #7A944A

Tints of Asparagus #7A944A

RGB

 RED value IS 122 (48.05% from 255) = 35.47%

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 74 (29.3% from 255) = 21.51%

R = 35.47%
G = 43.02%
B = 21.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#7A944A (or 0x7A944A) is known color: Asparagus. HEX triplet: 7A, 94 and 4A. RGB value is (122,148,74). Sum of RGB (Red+Green+Blue) = 122+148+74=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #7A944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A944A is #856BB5. Grayscale: #848484. Windows color (decimal): -8743862 or 4887674. OLE color: 4887674.

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

Color convert

RGB 122 148 74 -
CMYK 0.18 0 0.50 0.42
HSL 81.08º 0.33% 0.44% -
HSV(B) 81.08º 0.5% 0.58% -
XYZ 19.85 25.81 10.41 -
YUV 131.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 122 148 74 0.18 0 0.50 0.42 81.08 0.33 0.44
Hex 7A 94 4A 12 0 32 2A 51 21 2C
Octal 172 224 112 22 0 62 52 121 41 54
Binary 1111010 10010100 1001010 10010 0 110010 101010 1010001 100001 101100

Color Harmonies of #7A944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A944A

Black with #7A944A

Text Example


Text Example

White with #7A944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A944A;
 }
 .AnyTagClassName
 {
   color: #7A944A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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