#78A555

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

Shades of Asparagus #78A555

Tints of Asparagus #78A555

Color information

#78A555 (or 0x78A555) is unknown color: approx Asparagus. HEX triplet: 78, A5 and 55. RGB value is (120,165,85). Sum of RGB (Red+Green+Blue) = 120+165+85=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #78A555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A555 is #875AAA. Grayscale: #8E8E8E. Windows color (decimal): -8870571 or 5612920. OLE color: 5612920.

HSL color Cylindrical-coordinate representation of color #78A555: hue angle of 93.75º degrees, saturation: 0.32, 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 #78A555 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB12016585-
CMYK0.2700.480.35
HSL93.75º32%49.02%-
HSV(B)93.75º48.48%64.71%-
XYZ22.8431.5613.48-
YUV142.4295.59112-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=32.43%
G=44.59%
B=22.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120165850.2700.480.3593.753249.02
Hex78A5551B030235e2031
Octal17024512533060431364061
Binary11110001010010110101011101101100001000111011110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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