#7CA94A

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

Shades of Asparagus #7CA94A

Tints of Asparagus #7CA94A

Color information

#7CA94A (or 0x7CA94A) is unknown color: approx Asparagus. HEX triplet: 7C, A9 and 4A. RGB value is (124,169,74). Sum of RGB (Red+Green+Blue) = 124+169+74=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #7CA94A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CA94A is #8356B5. Grayscale: #919191. Windows color (decimal): -8607414 or 4893052. OLE color: 4893052.

HSL color Cylindrical-coordinate representation of color #7CA94A: hue angle of 88.42º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CA94A is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB12416974-
CMYK0.2700.560.34
HSL88.42º39.09%47.65%-
HSV(B)88.42º56.21%66.27%-
XYZ23.7433.1611.63-
YUV144.7288.09113.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 169 (66.41% from 255) = 46.05%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=33.79%
G=46.05%
B=20.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124169740.2700.560.3488.4239.0947.65
Hex7CA94A1B03822582730
Octal17425111233070421304760
Binary11111001010100110010101101101110001000101011000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,169,74); }

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

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

 a { background-color: rgb(124,169,74); }

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

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

 span { border-color: rgb(124,169,74); }

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