#7CA760

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

Shades of Asparagus #7CA760

Tints of Asparagus #7CA760

Color information

#7CA760 (or 0x7CA760) is unknown color: approx Asparagus. HEX triplet: 7C, A7 and 60. RGB value is (124,167,96). Sum of RGB (Red+Green+Blue) = 124+167+96=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #7CA760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA760 is #83589F. Grayscale: #929292. Windows color (decimal): -8607904 or 6334332. OLE color: 6334332.

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

Color convert

RGB12416796-
CMYK0.2600.430.35
HSL96.34º28.74%51.57%-
HSV(B)96.34º42.51%65.49%-
XYZ24.2432.7716.11-
YUV146.0599.75112.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.04%
GREEN value IS 167 (65.62% from 255) = 43.15%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=32.04%
G=43.15%
B=24.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124167960.2600.430.3596.3428.7451.57
Hex7CA7601A02B23601d34
Octal17424714032053431403564
Binary1111100101001111100000110100101011100011110000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,167,96); }

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

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

 a { background-color: rgb(124,167,96); }

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

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

 span { border-color: rgb(124,167,96); }

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