Html Css Color HEX #7DAC50 Asparagus

📋 copy color: '#7DAC50'

red 125 ◦ green 172 ◦ blue 80

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

Shades of Asparagus #7DAC50

Tints of Asparagus #7DAC50

RGB

 RED value IS 125 (49.22% from 255) = 33.16%

 GREEN value IS 172 (67.58% from 255) = 45.62%

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

R = 33.16%
G = 45.62%
B = 21.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#7DAC50 (or 0x7DAC50) is known color: Asparagus. HEX triplet: 7D, AC and 50. RGB value is (125,172,80). Sum of RGB (Red+Green+Blue) = 125+172+80=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC50 is #8253AF. Grayscale: #939393. Windows color (decimal): -8541104 or 5287037. OLE color: 5287037.

HSL color Cylindrical-coordinate representation of color #7DAC50: hue angle of 90.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DAC50 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 172 80 -
CMYK 0.27 0 0.53 0.33
HSL 90.65º 0.37% 0.49% -
HSV(B) 90.65º 0.53% 0.67% -
XYZ 24.66 34.44 12.94 -
YUV 147.46 89.93 111.98 -
System Red Green Blue C M Y K H S L
Decimal 125 172 80 0.27 0 0.53 0.33 90.65 0.37 0.49
Hex 7D AC 50 1B 0 35 21 5B 25 31
Octal 175 254 120 33 0 65 41 133 45 61
Binary 1111101 10101100 1010000 11011 0 110101 100001 1011011 100101 110001

Color Harmonies of #7DAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC50

Black with #7DAC50

Text Example


Text Example

White with #7DAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,80); }

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

background-color css

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

 a { background-color: rgb(125,172,80); }

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

border-color css

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

 span { border-color: rgb(125,172,80); }

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