#7D9D50

Color #7D9D50 Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #7D9D50

Tints of Asparagus #7D9D50

Color information

#7D9D50 (or 0x7D9D50) is unknown color: approx Asparagus. HEX triplet: 7D, 9D and 50. RGB value is (125,157,80). Sum of RGB (Red+Green+Blue) = 125+157+80=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #7D9D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9D50 is #8262AF. Grayscale: #8A8A8A. Windows color (decimal): -8544944 or 5283197. OLE color: 5283197.

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

Color convert

RGB12515780-
CMYK0.2000.490.38
HSL84.94º32.49%46.47%-
HSV(B)84.94º49.04%61.57%-
XYZ21.9629.0512.04-
YUV138.6594.9118.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.53%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=34.53%
G=43.37%
B=22.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal125157800.2000.490.3884.9432.4946.47
Hex7D9D50140312655202e
Octal17523512024061461254056
Binary11111011001110110100001010001100011001101010101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D9D50;
 }
 .AnyTagClassName
 {
   color: #7D9D50;
 }
</style>
background-color css

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

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

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

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

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

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