Html Css Color HEX #7DA05A Asparagus

📋 copy color: '#7DA05A'

red 125 ◦ green 160 ◦ blue 90

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

Shades of Asparagus #7DA05A

Tints of Asparagus #7DA05A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.67%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 33.33%
G = 42.67%
B = 24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#7DA05A (or 0x7DA05A) is known color: Asparagus. HEX triplet: 7D, A0 and 5A. RGB value is (125,160,90). Sum of RGB (Red+Green+Blue) = 125+160+90=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA05A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA05A is #825FA5. Grayscale: #8D8D8D. Windows color (decimal): -8544166 or 5939325. OLE color: 5939325.

HSL color Cylindrical-coordinate representation of color #7DA05A: hue angle of 90º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DA05A is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 160 90 -
CMYK 0.22 0 0.44 0.37
HSL 90º 0.28% 0.49% -
HSV(B) 90º 0.44% 0.63% -
XYZ 22.87 30.24 14.3 -
YUV 141.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 125 160 90 0.22 0 0.44 0.37 90 0.28 0.49
Hex 7D A0 5A 16 0 2C 25 5A 1C 31
Octal 175 240 132 26 0 54 45 132 34 61
Binary 1111101 10100000 1011010 10110 0 101100 100101 1011010 11100 110001

Color Harmonies of #7DA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA05A

Black with #7DA05A

Text Example


Text Example

White with #7DA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,160,90); }

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

background-color css

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

 a { background-color: rgb(125,160,90); }

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

border-color css

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

 span { border-color: rgb(125,160,90); }

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