#7DA44B

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

Shades of Asparagus #7DA44B

Tints of Asparagus #7DA44B

Color information

#7DA44B (or 0x7DA44B) is unknown color: approx Asparagus. HEX triplet: 7D, A4 and 4B. RGB value is (125,164,75). Sum of RGB (Red+Green+Blue) = 125+164+75=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #7DA44B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DA44B is #825BB4. Grayscale: #8E8E8E. Windows color (decimal): -8543157 or 4957309. OLE color: 4957309.

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

Color convert

RGB12516475-
CMYK0.2400.540.36
HSL86.29º37.24%46.86%-
HSV(B)86.29º54.27%64.31%-
XYZ2331.4211.51-
YUV142.1990.08115.74-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.34%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=34.34%
G=45.05%
B=20.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125164750.2400.540.3686.2937.2446.86
Hex7DA44B180362456252f
Octal17524411330066441264557
Binary11111011010010010010111100001101101001001010110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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