#78944A

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

Shades of Asparagus #78944A

Tints of Asparagus #78944A

Color information

#78944A (or 0x78944A) is unknown color: approx Asparagus. HEX triplet: 78, 94 and 4A. RGB value is (120,148,74). Sum of RGB (Red+Green+Blue) = 120+148+74=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #78944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78944A is #876BB5. Grayscale: #838383. Windows color (decimal): -8874934 or 4887672. OLE color: 4887672.

HSL color Cylindrical-coordinate representation of color #78944A: hue angle of 82.7º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78944A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12014874-
CMYK0.1900.500.42
HSL82.7º33.33%43.53%-
HSV(B)82.7º50%58.04%-
XYZ19.5725.6710.4-
YUV131.1995.72120.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=35.09%
G=43.27%
B=21.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120148740.1900.500.4282.733.3343.53
Hex78944A130322A53212c
Octal17022411223062521234154
Binary11110001001010010010101001101100101010101010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78944A; }

 p { color: rgb(120,148,74); }

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

<style>
 a { background-color: #78944A; }

 a { background-color: rgb(120,148,74); }

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

<style>
 span { border-color: #78944A; }

 span { border-color: rgb(120,148,74); }

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