#78A94B

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

Shades of Asparagus #78A94B

Tints of Asparagus #78A94B

Color information

#78A94B (or 0x78A94B) is unknown color: approx Asparagus. HEX triplet: 78, A9 and 4B. RGB value is (120,169,75). Sum of RGB (Red+Green+Blue) = 120+169+75=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #78A94B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78A94B is #8756B4. Grayscale: #8F8F8F. Windows color (decimal): -8869557 or 4958584. OLE color: 4958584.

HSL color Cylindrical-coordinate representation of color #78A94B: hue angle of 91.28º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78A94B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB12016975-
CMYK0.2900.560.34
HSL91.28º38.52%47.84%-
HSV(B)91.28º55.62%66.27%-
XYZ23.232.8811.78-
YUV143.6389.27111.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 169 (66.41% from 255) = 46.43%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=32.97%
G=46.43%
B=20.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal120169750.2900.560.3491.2838.5247.84
Hex78A94B1D038225b2730
Octal17025111335070421334760
Binary11110001010100110010111110101110001000101011011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,169,75); }

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

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

 a { background-color: rgb(120,169,75); }

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

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

 span { border-color: rgb(120,169,75); }

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