Html Css Color HEX #7AAD50 Asparagus

📋 copy color: '#7AAD50'

red 122 ◦ green 173 ◦ blue 80

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

Shades of Asparagus #7AAD50

Tints of Asparagus #7AAD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.13%

 BLUE value IS 80 (31.64% from 255) = 21.33%

R = 32.53%
G = 46.13%
B = 21.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#7AAD50 (or 0x7AAD50) is known color: Asparagus. HEX triplet: 7A, AD and 50. RGB value is (122,173,80). Sum of RGB (Red+Green+Blue) = 122+173+80=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #7AAD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAD50 is #8552AF. Grayscale: #939393. Windows color (decimal): -8737456 or 5287290. OLE color: 5287290.

HSL color Cylindrical-coordinate representation of color #7AAD50: hue angle of 92.9º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AAD50 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 173 80 -
CMYK 0.29 0 0.54 0.32
HSL 92.9º 0.37% 0.5% -
HSV(B) 92.9º 0.54% 0.68% -
XYZ 24.42 34.6 12.98 -
YUV 147.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 122 173 80 0.29 0 0.54 0.32 92.9 0.37 0.5
Hex 7A AD 50 1D 0 36 20 5D 25 32
Octal 172 255 120 35 0 66 40 135 45 62
Binary 1111010 10101101 1010000 11101 0 110110 100000 1011101 100101 110010

Color Harmonies of #7AAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAD50

Black with #7AAD50

Text Example


Text Example

White with #7AAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,80); }

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

background-color css

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

 a { background-color: rgb(122,173,80); }

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

border-color css

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

 span { border-color: rgb(122,173,80); }

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