#78A55E

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

Shades of Asparagus #78A55E

Tints of Asparagus #78A55E

Color information

#78A55E (or 0x78A55E) is unknown color: approx Asparagus. HEX triplet: 78, A5 and 5E. RGB value is (120,165,94). Sum of RGB (Red+Green+Blue) = 120+165+94=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #78A55E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A55E is #875AA1. Grayscale: #8F8F8F. Windows color (decimal): -8870562 or 6202744. OLE color: 6202744.

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

Color convert

RGB12016594-
CMYK0.2700.430.35
HSL98.03º28.29%50.78%-
HSV(B)98.03º43.03%64.71%-
XYZ23.2231.7115.49-
YUV143.45100.09111.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 165 (64.84% from 255) = 43.54%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=31.66%
G=43.54%
B=24.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120165940.2700.430.3598.0328.2950.78
Hex78A55E1B02B23621c33
Octal17024513633053431423463
Binary1111000101001011011110110110101011100011110001011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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