#78AD52

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

Shades of Asparagus #78AD52

Tints of Asparagus #78AD52

Color information

#78AD52 (or 0x78AD52) is unknown color: approx Asparagus. HEX triplet: 78, AD and 52. RGB value is (120,173,82). Sum of RGB (Red+Green+Blue) = 120+173+82=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 173 (67.97% from 255 or 46.13% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AD52 is #8752AD. Grayscale: #939393. Windows color (decimal): -8868526 or 5418360. OLE color: 5418360.

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

Color convert

RGB12017382-
CMYK0.3100.530.32
HSL94.95º35.69%50%-
HSV(B)94.95º52.6%67.84%-
XYZ24.2134.4913.36-
YUV146.7891.44108.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 173 (67.97% from 255) = 46.13%
BLUE value IS 82 (32.42% from 255) = 21.87%
R=32%
G=46.13%
B=21.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120173820.3100.530.3294.9535.6950
Hex78AD521F035205f2432
Octal17025512237065401374462
Binary11110001010110110100101111101101011000001011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,173,82); }

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

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

 a { background-color: rgb(120,173,82); }

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

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

 span { border-color: rgb(120,173,82); }

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