#78AF55

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

Shades of Asparagus #78AF55

Tints of Asparagus #78AF55

Color information

#78AF55 (or 0x78AF55) is unknown color: approx Asparagus. HEX triplet: 78, AF and 55. RGB value is (120,175,85). Sum of RGB (Red+Green+Blue) = 120+175+85=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF55 is #8750AA. Grayscale: #949494. Windows color (decimal): -8868011 or 5615480. OLE color: 5615480.

HSL color Cylindrical-coordinate representation of color #78AF55: hue angle of 96.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78AF55 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB12017585-
CMYK0.3100.510.31
HSL96.67º36%50.98%-
HSV(B)96.67º51.43%68.63%-
XYZ24.7235.3114.11-
YUV148.2992.28107.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=31.58%
G=46.05%
B=22.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175850.3100.510.3196.673650.98
Hex78AF551F0331F612433
Octal17025712537063371414463
Binary1111000101011111010101111110110011111111100001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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