Html Css Color HEX #7A964A Asparagus

📋 copy color: '#7A964A'

red 122 ◦ green 150 ◦ blue 74

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

Shades of Asparagus #7A964A

Tints of Asparagus #7A964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

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

R = 35.26%
G = 43.35%
B = 21.39%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#7A964A (or 0x7A964A) is known color: Asparagus. HEX triplet: 7A, 96 and 4A. RGB value is (122,150,74). Sum of RGB (Red+Green+Blue) = 122+150+74=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #7A964A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A964A is #8569B5. Grayscale: #858585. Windows color (decimal): -8743350 or 4888186. OLE color: 4888186.

HSL color Cylindrical-coordinate representation of color #7A964A: hue angle of 82.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A964A is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 150 74 -
CMYK 0.19 0 0.51 0.41
HSL 82.11º 0.34% 0.44% -
HSV(B) 82.11º 0.51% 0.59% -
XYZ 20.17 26.44 10.52 -
YUV 132.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 122 150 74 0.19 0 0.51 0.41 82.11 0.34 0.44
Hex 7A 96 4A 13 0 33 29 52 22 2C
Octal 172 226 112 23 0 63 51 122 42 54
Binary 1111010 10010110 1001010 10011 0 110011 101001 1010010 100010 101100

Color Harmonies of #7A964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A964A

Black with #7A964A

Text Example


Text Example

White with #7A964A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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