#78A560

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

Shades of Asparagus #78A560

Tints of Asparagus #78A560

Color information

#78A560 (or 0x78A560) is unknown color: approx Asparagus. HEX triplet: 78, A5 and 60. RGB value is (120,165,96). Sum of RGB (Red+Green+Blue) = 120+165+96=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #78A560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A560 is #875A9F. Grayscale: #8F8F8F. Windows color (decimal): -8870560 or 6333816. OLE color: 6333816.

HSL color Cylindrical-coordinate representation of color #78A560: hue angle of 99.13º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78A560 is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB12016596-
CMYK0.2700.420.35
HSL99.13º27.71%51.18%-
HSV(B)99.13º41.82%64.71%-
XYZ23.3131.7515.97-
YUV143.68101.09111.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=31.50%
G=43.31%
B=25.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120165960.2700.420.3599.1327.7151.18
Hex78A5601B02A23631c33
Octal17024514033052431433463
Binary1111000101001011100000110110101010100011110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A560; }

 p { color: rgb(120,165,96); }

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

<style>
 a { background-color: #78A560; }

 a { background-color: rgb(120,165,96); }

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

<style>
 span { border-color: #78A560; }

 span { border-color: rgb(120,165,96); }

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