#78964E

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

Shades of Asparagus #78964E

Tints of Asparagus #78964E

Color information

#78964E (or 0x78964E) is unknown color: approx Asparagus. HEX triplet: 78, 96 and 4E. RGB value is (120,150,78). Sum of RGB (Red+Green+Blue) = 120+150+78=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #78964E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78964E is #8769B1. Grayscale: #858585. Windows color (decimal): -8874418 or 5150328. OLE color: 5150328.

HSL color Cylindrical-coordinate representation of color #78964E: hue angle of 85º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78964E is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB12015078-
CMYK0.2000.480.41
HSL85º31.58%44.71%-
HSV(B)85º48%58.82%-
XYZ20.0326.3611.24-
YUV132.8297.06118.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=34.48%
G=43.10%
B=22.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120150780.2000.480.418531.5844.71
Hex78964E140302955202d
Octal17022611624060511254055
Binary11110001001011010011101010001100001010011010101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78964E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78964E; }

 p { color: rgb(120,150,78); }

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

<style>
 a { background-color: #78964E; }

 a { background-color: rgb(120,150,78); }

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

<style>
 span { border-color: #78964E; }

 span { border-color: rgb(120,150,78); }

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