Html Css Color HEX #7D9E50 Asparagus

📋 copy color: '#7D9E50'

red 125 ◦ green 158 ◦ blue 80

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

Shades of Asparagus #7D9E50

Tints of Asparagus #7D9E50

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.53%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 34.44%
G = 43.53%
B = 22.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#7D9E50 (or 0x7D9E50) is known color: Asparagus. HEX triplet: 7D, 9E and 50. RGB value is (125,158,80). Sum of RGB (Red+Green+Blue) = 125+158+80=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 158 - color contains mainly: green. Hex color #7D9E50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9E50 is #8261AF. Grayscale: #8B8B8B. Windows color (decimal): -8544688 or 5283453. OLE color: 5283453.

HSL color Cylindrical-coordinate representation of color #7D9E50: hue angle of 85.38º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D9E50 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 158 80 -
CMYK 0.21 0 0.49 0.38
HSL 85.38º 0.33% 0.47% -
HSV(B) 85.38º 0.49% 0.62% -
XYZ 22.13 29.39 12.1 -
YUV 139.24 94.57 117.84 -
System Red Green Blue C M Y K H S L
Decimal 125 158 80 0.21 0 0.49 0.38 85.38 0.33 0.47
Hex 7D 9E 50 15 0 31 26 55 21 2F
Octal 175 236 120 25 0 61 46 125 41 57
Binary 1111101 10011110 1010000 10101 0 110001 100110 1010101 100001 101111

Color Harmonies of #7D9E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9E50

Black with #7D9E50

Text Example


Text Example

White with #7D9E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,158,80); }

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

background-color css

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

 a { background-color: rgb(125,158,80); }

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

border-color css

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

 span { border-color: rgb(125,158,80); }

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