Html Css Color HEX #7DAA4D Asparagus

📋 copy color: '#7DAA4D'

red 125 ◦ green 170 ◦ blue 77

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

Shades of Asparagus #7DAA4D

Tints of Asparagus #7DAA4D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.7%

 BLUE value IS 77 (30.47% from 255) = 20.7%

R = 33.6%
G = 45.7%
B = 20.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#7DAA4D (or 0x7DAA4D) is known color: Asparagus. HEX triplet: 7D, AA and 4D. RGB value is (125,170,77). Sum of RGB (Red+Green+Blue) = 125+170+77=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA4D is #8255B2. Grayscale: #929292. Windows color (decimal): -8541619 or 5089917. OLE color: 5089917.

HSL color Cylindrical-coordinate representation of color #7DAA4D: hue angle of 89.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DAA4D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 170 77 -
CMYK 0.26 0 0.55 0.33
HSL 89.03º 0.38% 0.48% -
HSV(B) 89.03º 0.55% 0.67% -
XYZ 24.17 33.65 12.24 -
YUV 145.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 125 170 77 0.26 0 0.55 0.33 89.03 0.38 0.48
Hex 7D AA 4D 1A 0 37 21 59 26 30
Octal 175 252 115 32 0 67 41 131 46 60
Binary 1111101 10101010 1001101 11010 0 110111 100001 1011001 100110 110000

Color Harmonies of #7DAA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAA4D

Black with #7DAA4D

Text Example


Text Example

White with #7DAA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,170,77); }

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

background-color css

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

 a { background-color: rgb(125,170,77); }

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

border-color css

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

 span { border-color: rgb(125,170,77); }

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