#7CA464

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

Shades of Asparagus #7CA464

Tints of Asparagus #7CA464

Color information

#7CA464 (or 0x7CA464) is unknown color: approx Asparagus. HEX triplet: 7C, A4 and 64. RGB value is (124,164,100). Sum of RGB (Red+Green+Blue) = 124+164+100=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA464 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA464 is #835B9B. Grayscale: #909090. Windows color (decimal): -8608668 or 6595708. OLE color: 6595708.

HSL color Cylindrical-coordinate representation of color #7CA464: hue angle of 97.5º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CA464 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB124164100-
CMYK0.2400.390.36
HSL97.5º26.02%51.76%-
HSV(B)97.5º39.02%64.31%-
XYZ23.8931.7616.93-
YUV144.74102.75113.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.96%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 100 (39.45% from 255) = 25.77%
R=31.96%
G=42.27%
B=25.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1241641000.2400.390.3697.526.0251.76
Hex7CA4641802724621a34
Octal17424414430047441423264
Binary1111100101001001100100110000100111100100110001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,164,100); }

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

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

 a { background-color: rgb(124,164,100); }

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

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

 span { border-color: rgb(124,164,100); }

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