#7D984B

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

Shades of Asparagus #7D984B

Tints of Asparagus #7D984B

Color information

#7D984B (or 0x7D984B) is unknown color: approx Asparagus. HEX triplet: 7D, 98 and 4B. RGB value is (125,152,75). Sum of RGB (Red+Green+Blue) = 125+152+75=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #7D984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D984B is #8267B4. Grayscale: #878787. Windows color (decimal): -8546229 or 4954237. OLE color: 4954237.

HSL color Cylindrical-coordinate representation of color #7D984B: hue angle of 81.04º 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 #7D984B is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB12515275-
CMYK0.1800.510.40
HSL81.04º33.92%44.51%-
HSV(B)81.04º50.66%59.61%-
XYZ20.9627.3210.83-
YUV135.1594.05120.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.51%
GREEN value IS 152 (59.77% from 255) = 43.18%
BLUE value IS 75 (29.69% from 255) = 21.31%
R=35.51%
G=43.18%
B=21.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125152750.1800.510.4081.0433.9244.51
Hex7D984B120332851222d
Octal17523011322063501214255
Binary11111011001100010010111001001100111010001010001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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