#7CA55F

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

Shades of Asparagus #7CA55F

Tints of Asparagus #7CA55F

Color information

#7CA55F (or 0x7CA55F) is unknown color: approx Asparagus. HEX triplet: 7C, A5 and 5F. RGB value is (124,165,95). Sum of RGB (Red+Green+Blue) = 124+165+95=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA55F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA55F is #835AA0. Grayscale: #909090. Windows color (decimal): -8608417 or 6268284. OLE color: 6268284.

HSL color Cylindrical-coordinate representation of color #7CA55F: hue angle of 95.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CA55F is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB12416595-
CMYK0.2500.420.35
HSL95.14º28%50.98%-
HSV(B)95.14º42.42%64.71%-
XYZ23.8332.0215.75-
YUV144.7699.92113.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.29%
GREEN value IS 165 (64.84% from 255) = 42.97%
BLUE value IS 95 (37.5% from 255) = 24.74%
R=32.29%
G=42.97%
B=24.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124165950.2500.420.3595.142850.98
Hex7CA55F1902A235f1c33
Octal17424513731052431373463
Binary1111100101001011011111110010101010100011101111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,165,95); }

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

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

 a { background-color: rgb(124,165,95); }

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

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

 span { border-color: rgb(124,165,95); }

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