Html Css Color HEX #7DAE5F Asparagus

📋 copy color: '#7DAE5F'

red 125 ◦ green 174 ◦ blue 95

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

Shades of Asparagus #7DAE5F

Tints of Asparagus #7DAE5F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 31.73%
G = 44.16%
B = 24.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#7DAE5F (or 0x7DAE5F) is known color: Asparagus. HEX triplet: 7D, AE and 5F. RGB value is (125,174,95). Sum of RGB (Red+Green+Blue) = 125+174+95=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE5F is #8251A0. Grayscale: #969696. Windows color (decimal): -8540577 or 6270589. OLE color: 6270589.

HSL color Cylindrical-coordinate representation of color #7DAE5F: hue angle of 97.22º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DAE5F is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 174 95 -
CMYK 0.28 0 0.45 0.32
HSL 97.22º 0.33% 0.53% -
HSV(B) 97.22º 0.45% 0.68% -
XYZ 25.66 35.46 16.32 -
YUV 150.34 96.77 109.92 -
System Red Green Blue C M Y K H S L
Decimal 125 174 95 0.28 0 0.45 0.32 97.22 0.33 0.53
Hex 7D AE 5F 1C 0 2D 20 61 21 35
Octal 175 256 137 34 0 55 40 141 41 65
Binary 1111101 10101110 1011111 11100 0 101101 100000 1100001 100001 110101

Color Harmonies of #7DAE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAE5F

Black with #7DAE5F

Text Example


Text Example

White with #7DAE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,174,95); }

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

background-color css

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

 a { background-color: rgb(125,174,95); }

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

border-color css

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

 span { border-color: rgb(125,174,95); }

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