#7DA25A

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

Shades of Asparagus #7DA25A

Tints of Asparagus #7DA25A

Color information

#7DA25A (or 0x7DA25A) is unknown color: approx Asparagus. HEX triplet: 7D, A2 and 5A. RGB value is (125,162,90). Sum of RGB (Red+Green+Blue) = 125+162+90=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #7DA25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA25A is #825DA5. Grayscale: #8E8E8E. Windows color (decimal): -8543654 or 5939837. OLE color: 5939837.

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

Color convert

RGB12516290-
CMYK0.2300.440.36
HSL90.83º28.57%49.41%-
HSV(B)90.83º44.44%63.53%-
XYZ23.2230.9414.42-
YUV142.7398.24115.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.16%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=33.16%
G=42.97%
B=23.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal125162900.2300.440.3690.8328.5749.41
Hex7DA25A1702C245b1d31
Octal17524213227054441333561
Binary1111101101000101011010101110101100100100101101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,162,90); }

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

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

 a { background-color: rgb(125,162,90); }

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

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

 span { border-color: rgb(125,162,90); }

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