#7CA05B

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

Shades of Asparagus #7CA05B

Tints of Asparagus #7CA05B

Color information

#7CA05B (or 0x7CA05B) is unknown color: approx Asparagus. HEX triplet: 7C, A0 and 5B. RGB value is (124,160,91). Sum of RGB (Red+Green+Blue) = 124+160+91=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA05B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA05B is #835FA4. Grayscale: #8D8D8D. Windows color (decimal): -8609701 or 6004860. OLE color: 6004860.

HSL color Cylindrical-coordinate representation of color #7CA05B: hue angle of 91.3º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CA05B is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB12416091-
CMYK0.2200.430.37
HSL91.3º27.49%49.22%-
HSV(B)91.3º43.13%62.75%-
XYZ22.7730.1814.52-
YUV141.3799.57115.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=33.07%
G=42.67%
B=24.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124160910.2200.430.3791.327.4949.22
Hex7CA05B1602B255b1b31
Octal17424013326053451333361
Binary1111100101000001011011101100101011100101101101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,160,91); }

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

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

 a { background-color: rgb(124,160,91); }

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

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

 span { border-color: rgb(124,160,91); }

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