#7DA650

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

Shades of Asparagus #7DA650

Tints of Asparagus #7DA650

Color information

#7DA650 (or 0x7DA650) is unknown color: approx Asparagus. HEX triplet: 7D, A6 and 50. RGB value is (125,166,80). Sum of RGB (Red+Green+Blue) = 125+166+80=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA650 is #8259AF. Grayscale: #909090. Windows color (decimal): -8542640 or 5285501. OLE color: 5285501.

HSL color Cylindrical-coordinate representation of color #7DA650: hue angle of 88.6º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DA650 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB12516680-
CMYK0.2500.520.35
HSL88.6º34.96%48.24%-
HSV(B)88.6º51.81%65.1%-
XYZ23.5432.2112.57-
YUV143.9491.92114.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 33.69%
GREEN value IS 166 (65.23% from 255) = 44.74%
BLUE value IS 80 (31.64% from 255) = 21.56%
R=33.69%
G=44.74%
B=21.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal125166800.2500.520.3588.634.9648.24
Hex7DA6501903423592330
Octal17524612031064431314360
Binary11111011010011010100001100101101001000111011001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DA650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,166,80); }

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

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

 a { background-color: rgb(125,166,80); }

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

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

 span { border-color: rgb(125,166,80); }

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