#7CA566

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

Shades of Asparagus #7CA566

Tints of Asparagus #7CA566

Color information

#7CA566 (or 0x7CA566) is unknown color: approx Asparagus. HEX triplet: 7C, A5 and 66. RGB value is (124,165,102). Sum of RGB (Red+Green+Blue) = 124+165+102=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA566 is #835A99. Grayscale: #919191. Windows color (decimal): -8608410 or 6727036. OLE color: 6727036.

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

Color convert

RGB124165102-
CMYK0.2500.380.35
HSL99.05º25.93%52.35%-
HSV(B)99.05º38.18%64.71%-
XYZ24.1732.1517.5-
YUV145.56103.42112.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.71%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=31.71%
G=42.20%
B=26.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1241651020.2500.380.3599.0525.9352.35
Hex7CA5661902623631a34
Octal17424514631046431433264
Binary1111100101001011100110110010100110100011110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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