#78B14D

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

Shades of Asparagus #78B14D

Tints of Asparagus #78B14D

Color information

#78B14D (or 0x78B14D) is unknown color: approx Asparagus. HEX triplet: 78, B1 and 4D. RGB value is (120,177,77). Sum of RGB (Red+Green+Blue) = 120+177+77=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #78B14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B14D is #874EB2. Grayscale: #949494. Windows color (decimal): -8867507 or 5091704. OLE color: 5091704.

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

Color convert

RGB12017777-
CMYK0.3200.560.31
HSL94.2º39.37%49.8%-
HSV(B)94.2º56.5%69.41%-
XYZ24.8135.9712.66-
YUV148.5687.62107.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 77 (30.47% from 255) = 20.59%
R=32.09%
G=47.33%
B=20.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120177770.3200.560.3194.239.3749.8
Hex78B14D200381F5e2732
Octal17026111540070371364762
Binary11110001011000110011011000000111000111111011110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,177,77); }

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

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

 a { background-color: rgb(120,177,77); }

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

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

 span { border-color: rgb(120,177,77); }

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