#7D954C

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

Shades of Asparagus #7D954C

Tints of Asparagus #7D954C

Color information

#7D954C (or 0x7D954C) is unknown color: approx Asparagus. HEX triplet: 7D, 95 and 4C. RGB value is (125,149,76). Sum of RGB (Red+Green+Blue) = 125+149+76=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #7D954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D954C is #826AB3. Grayscale: #858585. Windows color (decimal): -8546996 or 5019005. OLE color: 5019005.

HSL color Cylindrical-coordinate representation of color #7D954C: hue angle of 79.73º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D954C is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB12514976-
CMYK0.1600.490.42
HSL79.73º32.44%44.12%-
HSV(B)79.73º48.99%58.43%-
XYZ20.5126.3810.85-
YUV133.595.55121.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.71%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 76 (30.08% from 255) = 21.71%
R=35.71%
G=42.57%
B=21.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125149760.1600.490.4279.7332.4444.12
Hex7D954C100312A50202c
Octal17522511420061521204054
Binary11111011001010110011001000001100011010101010000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D954C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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