Html Css Color HEX #7DAA4A Asparagus

📋 copy color: '#7DAA4A'

red 125 ◦ green 170 ◦ blue 74

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

Shades of Asparagus #7DAA4A

Tints of Asparagus #7DAA4A

RGB

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

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

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

R = 33.88%
G = 46.07%
B = 20.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#7DAA4A (or 0x7DAA4A) is known color: Asparagus. HEX triplet: 7D, AA and 4A. RGB value is (125,170,74). Sum of RGB (Red+Green+Blue) = 125+170+74=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA4A is #8255B5. Grayscale: #919191. Windows color (decimal): -8541622 or 4893309. OLE color: 4893309.

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

Color convert

RGB 125 170 74 -
CMYK 0.26 0 0.56 0.33
HSL 88.13º 0.39% 0.48% -
HSV(B) 88.13º 0.56% 0.67% -
XYZ 24.07 33.6 11.7 -
YUV 145.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 125 170 74 0.26 0 0.56 0.33 88.13 0.39 0.48
Hex 7D AA 4A 1A 0 38 21 58 27 30
Octal 175 252 112 32 0 70 41 130 47 60
Binary 1111101 10101010 1001010 11010 0 111000 100001 1011000 100111 110000

Color Harmonies of #7DAA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAA4A

Black with #7DAA4A

Text Example


Text Example

White with #7DAA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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