Html Css Color HEX #7DAA60 Asparagus

📋 copy color: '#7DAA60'

red 125 ◦ green 170 ◦ blue 96

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

Shades of Asparagus #7DAA60

Tints of Asparagus #7DAA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.55%

R = 31.97%
G = 43.48%
B = 24.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#7DAA60 (or 0x7DAA60) is known color: Asparagus. HEX triplet: 7D, AA and 60. RGB value is (125,170,96). Sum of RGB (Red+Green+Blue) = 125+170+96=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA60 is #82559F. Grayscale: #949494. Windows color (decimal): -8541600 or 6335101. OLE color: 6335101.

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

Color convert

RGB 125 170 96 -
CMYK 0.26 0 0.44 0.33
HSL 96.49º 0.3% 0.52% -
HSV(B) 96.49º 0.44% 0.67% -
XYZ 24.94 33.95 16.31 -
YUV 148.11 98.59 111.52 -
System Red Green Blue C M Y K H S L
Decimal 125 170 96 0.26 0 0.44 0.33 96.49 0.3 0.52
Hex 7D AA 60 1A 0 2C 21 60 1E 34
Octal 175 252 140 32 0 54 41 140 36 64
Binary 1111101 10101010 1100000 11010 0 101100 100001 1100000 11110 110100

Color Harmonies of #7DAA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAA60

Black with #7DAA60

Text Example


Text Example

White with #7DAA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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