#7CAA5E

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

Shades of Asparagus #7CAA5E

Tints of Asparagus #7CAA5E

Color information

#7CAA5E (or 0x7CAA5E) is unknown color: approx Asparagus. HEX triplet: 7C, AA and 5E. RGB value is (124,170,94). Sum of RGB (Red+Green+Blue) = 124+170+94=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA5E is #8355A1. Grayscale: #939393. Windows color (decimal): -8607138 or 6204028. OLE color: 6204028.

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

Color convert

RGB12417094-
CMYK0.2700.450.33
HSL96.32º30.89%51.76%-
HSV(B)96.32º44.71%66.67%-
XYZ24.7133.8415.82-
YUV147.5897.76111.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 94 (37.11% from 255) = 24.23%
R=31.96%
G=43.81%
B=24.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124170940.2700.450.3396.3230.8951.76
Hex7CAA5E1B02D21601f34
Octal17425213633055411403764
Binary1111100101010101011110110110101101100001110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,170,94); }

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

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

 a { background-color: rgb(124,170,94); }

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

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

 span { border-color: rgb(124,170,94); }

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