#7D994B

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

Shades of Asparagus #7D994B

Tints of Asparagus #7D994B

Color information

#7D994B (or 0x7D994B) is unknown color: approx Asparagus. HEX triplet: 7D, 99 and 4B. RGB value is (125,153,75). Sum of RGB (Red+Green+Blue) = 125+153+75=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #7D994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D994B is #8266B4. Grayscale: #888888. Windows color (decimal): -8545973 or 4954493. OLE color: 4954493.

HSL color Cylindrical-coordinate representation of color #7D994B: hue angle of 81.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D994B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB12515375-
CMYK0.1800.510.4
HSL81.54º34.21%44.71%-
HSV(B)81.54º50.98%60%-
XYZ21.1227.6510.88-
YUV135.7493.72120.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 153 (60.16% from 255) = 43.34%
BLUE value IS 75 (29.69% from 255) = 21.25%
R=35.41%
G=43.34%
B=21.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal125153750.1800.510.481.5434.2144.71
Hex7D994B120332852222d
Octal17523111322063501224255
Binary11111011001100110010111001001100111010001010010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,153,75); }

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

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

 a { background-color: rgb(125,153,75); }

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

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

 span { border-color: rgb(125,153,75); }

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