#7D984C

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

Shades of Asparagus #7D984C

Tints of Asparagus #7D984C

Color information

#7D984C (or 0x7D984C) is unknown color: approx Asparagus. HEX triplet: 7D, 98 and 4C. RGB value is (125,152,76). Sum of RGB (Red+Green+Blue) = 125+152+76=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #7D984C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D984C is #8267B3. Grayscale: #878787. Windows color (decimal): -8546228 or 5019773. OLE color: 5019773.

HSL color Cylindrical-coordinate representation of color #7D984C: hue angle of 81.32º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D984C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB12515276-
CMYK0.1800.500.40
HSL81.32º33.33%44.71%-
HSV(B)81.32º50%59.61%-
XYZ20.9927.3411.01-
YUV135.2694.55120.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 76 (30.08% from 255) = 21.53%
R=35.41%
G=43.06%
B=21.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125152760.1800.500.4081.3233.3344.71
Hex7D984C120322851212d
Octal17523011422062501214155
Binary11111011001100010011001001001100101010001010001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,152,76); }

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

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

 a { background-color: rgb(125,152,76); }

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

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

 span { border-color: rgb(125,152,76); }

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