#7DAA66

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

Shades of Asparagus #7DAA66

Tints of Asparagus #7DAA66

Color information

#7DAA66 (or 0x7DAA66) is unknown color: approx Asparagus. HEX triplet: 7D, AA and 66. RGB value is (125,170,102). Sum of RGB (Red+Green+Blue) = 125+170+102=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAA66 is #825599. Grayscale: #959595. Windows color (decimal): -8541594 or 6728317. OLE color: 6728317.

HSL color Cylindrical-coordinate representation of color #7DAA66: hue angle of 99.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DAA66 is Cyan = 0.26, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB125170102-
CMYK0.2600.40.33
HSL99.71º28.57%53.33%-
HSV(B)99.71º40%66.67%-
XYZ25.2334.0717.82-
YUV148.79101.59111.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.49%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=31.49%
G=42.82%
B=25.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251701020.2600.40.3399.7128.5753.33
Hex7DAA661A02821641d35
Octal17525214632050411443565
Binary1111101101010101100110110100101000100001110010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,102); }

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

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

 a { background-color: rgb(125,170,102); }

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

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

 span { border-color: rgb(125,170,102); }

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