#7CAA64

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

Shades of Asparagus #7CAA64

Tints of Asparagus #7CAA64

Color information

#7CAA64 (or 0x7CAA64) is unknown color: approx Asparagus. HEX triplet: 7C, AA and 64. RGB value is (124,170,100). Sum of RGB (Red+Green+Blue) = 124+170+100=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAA64 is #83559B. Grayscale: #949494. Windows color (decimal): -8607132 or 6597244. OLE color: 6597244.

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

Color convert

RGB124170100-
CMYK0.2700.410.33
HSL99.43º29.17%52.94%-
HSV(B)99.43º41.18%66.67%-
XYZ24.9933.9517.29-
YUV148.27100.76110.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.47%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 100 (39.45% from 255) = 25.38%
R=31.47%
G=43.15%
B=25.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1241701000.2700.410.3399.4329.1752.94
Hex7CAA641B02921631d35
Octal17425214433051411433565
Binary1111100101010101100100110110101001100001110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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