#7CAF60

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

Shades of Asparagus #7CAF60

Tints of Asparagus #7CAF60

Color information

#7CAF60 (or 0x7CAF60) is unknown color: approx Asparagus. HEX triplet: 7C, AF and 60. RGB value is (124,175,96). Sum of RGB (Red+Green+Blue) = 124+175+96=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CAF60 is #83509F. Grayscale: #979797. Windows color (decimal): -8605856 or 6336380. OLE color: 6336380.

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

Color convert

RGB12417596-
CMYK0.2900.450.31
HSL98.73º33.05%53.14%-
HSV(B)98.73º45.14%68.63%-
XYZ25.7535.7916.62-
YUV150.7497.1108.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 175 (68.75% from 255) = 44.30%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=31.39%
G=44.30%
B=24.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124175960.2900.450.3198.7333.0553.14
Hex7CAF601D02D1F632135
Octal17425714035055371434165
Binary1111100101011111100000111010101101111111100011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,96); }

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

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

 a { background-color: rgb(124,175,96); }

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

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

 span { border-color: rgb(124,175,96); }

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