Html Css Color HEX #7A954A Asparagus

📋 copy color: '#7A954A'

red 122 ◦ green 149 ◦ blue 74

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

Shades of Asparagus #7A954A

Tints of Asparagus #7A954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

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

R = 35.36%
G = 43.19%
B = 21.45%

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

#7A954A (or 0x7A954A) is known color: Asparagus. HEX triplet: 7A, 95 and 4A. RGB value is (122,149,74). Sum of RGB (Red+Green+Blue) = 122+149+74=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #7A954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A954A is #856AB5. Grayscale: #848484. Windows color (decimal): -8743606 or 4887930. OLE color: 4887930.

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

Color convert

RGB 122 149 74 -
CMYK 0.18 0 0.50 0.42
HSL 81.6º 0.34% 0.44% -
HSV(B) 81.6º 0.5% 0.58% -
XYZ 20.01 26.13 10.47 -
YUV 132.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 122 149 74 0.18 0 0.50 0.42 81.6 0.34 0.44
Hex 7A 95 4A 12 0 32 2A 52 22 2C
Octal 172 225 112 22 0 62 52 122 42 54
Binary 1111010 10010101 1001010 10010 0 110010 101010 1010010 100010 101100

Color Harmonies of #7A954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A954A

Black with #7A954A

Text Example


Text Example

White with #7A954A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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