#7CA45A

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

Shades of Asparagus #7CA45A

Tints of Asparagus #7CA45A

Color information

#7CA45A (or 0x7CA45A) is unknown color: approx Asparagus. HEX triplet: 7C, A4 and 5A. RGB value is (124,164,90). Sum of RGB (Red+Green+Blue) = 124+164+90=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #7CA45A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA45A is #835BA5. Grayscale: #8F8F8F. Windows color (decimal): -8608678 or 5940348. OLE color: 5940348.

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

Color convert

RGB12416490-
CMYK0.2400.450.36
HSL92.43º29.13%49.8%-
HSV(B)92.43º45.12%64.31%-
XYZ23.4331.5714.53-
YUV143.697.75114.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.80%
GREEN value IS 164 (64.45% from 255) = 43.39%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=32.80%
G=43.39%
B=23.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124164900.2400.450.3692.4329.1349.8
Hex7CA45A1802D245c1d32
Octal17424413230055441343562
Binary1111100101001001011010110000101101100100101110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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