#7DA455

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

Shades of Asparagus #7DA455

Tints of Asparagus #7DA455

Color information

#7DA455 (or 0x7DA455) is unknown color: approx Asparagus. HEX triplet: 7D, A4 and 55. RGB value is (125,164,85). Sum of RGB (Red+Green+Blue) = 125+164+85=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA455 is #825BAA. Grayscale: #8F8F8F. Windows color (decimal): -8543147 or 5612669. OLE color: 5612669.

HSL color Cylindrical-coordinate representation of color #7DA455: hue angle of 89.62º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DA455 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB12516485-
CMYK0.2400.480.36
HSL89.62º31.73%48.82%-
HSV(B)89.62º48.17%64.31%-
XYZ23.3731.5713.46-
YUV143.3395.08114.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.42%
GREEN value IS 164 (64.45% from 255) = 43.85%
BLUE value IS 85 (33.59% from 255) = 22.73%
R=33.42%
G=43.85%
B=22.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125164850.2400.480.3689.6231.7348.82
Hex7DA45518030245a2031
Octal17524412530060441324061
Binary11111011010010010101011100001100001001001011010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,164,85); }

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

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

 a { background-color: rgb(125,164,85); }

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

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

 span { border-color: rgb(125,164,85); }

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