#7DAC66

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

Shades of Asparagus #7DAC66

Tints of Asparagus #7DAC66

Color information

#7DAC66 (or 0x7DAC66) is unknown color: approx Asparagus. HEX triplet: 7D, AC and 66. RGB value is (125,172,102). Sum of RGB (Red+Green+Blue) = 125+172+102=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC66 is #825399. Grayscale: #969696. Windows color (decimal): -8541082 or 6728829. OLE color: 6728829.

HSL color Cylindrical-coordinate representation of color #7DAC66: hue angle of 100.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DAC66 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB125172102-
CMYK0.2700.410.33
HSL100.29º29.66%53.73%-
HSV(B)100.29º40.7%67.45%-
XYZ25.6134.8217.94-
YUV149.97100.93110.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=31.33%
G=43.11%
B=25.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1251721020.2700.410.33100.2929.6653.73
Hex7DAC661B02921641e36
Octal17525414633051411443666
Binary1111101101011001100110110110101001100001110010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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