#7DAD56

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

Shades of Asparagus #7DAD56

Tints of Asparagus #7DAD56

Color information

#7DAD56 (or 0x7DAD56) is unknown color: approx Asparagus. HEX triplet: 7D, AD and 56. RGB value is (125,173,86). Sum of RGB (Red+Green+Blue) = 125+173+86=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #7DAD56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAD56 is #8252A9. Grayscale: #959595. Windows color (decimal): -8540842 or 5680509. OLE color: 5680509.

HSL color Cylindrical-coordinate representation of color #7DAD56: hue angle of 93.1º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DAD56 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.

Color convert

RGB12517386-
CMYK0.2800.500.32
HSL93.1º34.66%50.78%-
HSV(B)93.1º50.29%67.84%-
XYZ25.0834.9214.22-
YUV148.7392.6111.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.55%
GREEN value IS 173 (67.97% from 255) = 45.05%
BLUE value IS 86 (33.98% from 255) = 22.40%
R=32.55%
G=45.05%
B=22.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125173860.2800.500.3293.134.6650.78
Hex7DAD561C032205d2333
Octal17525512634062401354363
Binary11111011010110110101101110001100101000001011101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,173,86); }

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

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

 a { background-color: rgb(125,173,86); }

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

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

 span { border-color: rgb(125,173,86); }

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