#7CA556

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

Shades of Asparagus #7CA556

Tints of Asparagus #7CA556

Color information

#7CA556 (or 0x7CA556) is unknown color: approx Asparagus. HEX triplet: 7C, A5 and 56. RGB value is (124,165,86). Sum of RGB (Red+Green+Blue) = 124+165+86=375 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.07% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #7CA556 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA556 is #835AA9. Grayscale: #909090. Windows color (decimal): -8608426 or 5678460. OLE color: 5678460.

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

Color convert

RGB12416586-
CMYK0.2500.480.35
HSL91.14º31.47%49.22%-
HSV(B)91.14º47.88%64.71%-
XYZ23.4531.8713.72-
YUV143.7395.42113.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.07%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=33.07%
G=44%
B=22.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124165860.2500.480.3591.1431.4749.22
Hex7CA55619030235b1f31
Octal17424512631060431333761
Binary1111100101001011010110110010110000100011101101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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