#7CA058

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

Shades of Asparagus #7CA058

Tints of Asparagus #7CA058

Color information

#7CA058 (or 0x7CA058) is unknown color: approx Asparagus. HEX triplet: 7C, A0 and 58. RGB value is (124,160,88). Sum of RGB (Red+Green+Blue) = 124+160+88=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA058 is #835FA7. Grayscale: #8D8D8D. Windows color (decimal): -8609704 or 5808252. OLE color: 5808252.

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

Color convert

RGB12416088-
CMYK0.2200.450.37
HSL90º29.03%48.63%-
HSV(B)90º45%62.75%-
XYZ22.6430.1313.85-
YUV141.0398.07115.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 43.01%
BLUE value IS 88 (34.77% from 255) = 23.66%
R=33.33%
G=43.01%
B=23.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal124160880.2200.450.379029.0348.63
Hex7CA0581602D255a1d31
Octal17424013026055451323561
Binary1111100101000001011000101100101101100101101101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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