#7D9A50

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

Shades of Asparagus #7D9A50

Tints of Asparagus #7D9A50

Color information

#7D9A50 (or 0x7D9A50) is unknown color: approx Asparagus. HEX triplet: 7D, 9A and 50. RGB value is (125,154,80). Sum of RGB (Red+Green+Blue) = 125+154+80=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9A50 is #8265AF. Grayscale: #898989. Windows color (decimal): -8545712 or 5282429. OLE color: 5282429.

HSL color Cylindrical-coordinate representation of color #7D9A50: hue angle of 83.51º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D9A50 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB12515480-
CMYK0.1900.480.40
HSL83.51º31.62%45.88%-
HSV(B)83.51º48.05%60.39%-
XYZ21.4628.0511.87-
YUV136.8995.89119.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 154 (60.55% from 255) = 42.90%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=34.82%
G=42.90%
B=22.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125154800.1900.480.4083.5131.6245.88
Hex7D9A50130302854202e
Octal17523212023060501244056
Binary11111011001101010100001001101100001010001010100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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