#78A262

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

Shades of Asparagus #78A262

Tints of Asparagus #78A262

Color information

#78A262 (or 0x78A262) is unknown color: approx Asparagus. HEX triplet: 78, A2 and 62. RGB value is (120,162,98). Sum of RGB (Red+Green+Blue) = 120+162+98=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #78A262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A262 is #875D9D. Grayscale: #8E8E8E. Windows color (decimal): -8871326 or 6464120. OLE color: 6464120.

HSL color Cylindrical-coordinate representation of color #78A262: hue angle of 99.38º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #78A262 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB12016298-
CMYK0.2600.400.36
HSL99.38º25.6%50.98%-
HSV(B)99.38º39.51%63.53%-
XYZ22.8730.7216.28-
YUV142.15103.09112.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.58%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 98 (38.67% from 255) = 25.79%
R=31.58%
G=42.63%
B=25.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120162980.2600.400.3699.3825.650.98
Hex78A2621A02824631a33
Octal17024214232050441433263
Binary1111000101000101100010110100101000100100110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,162,98); }

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

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

 a { background-color: rgb(120,162,98); }

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

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

 span { border-color: rgb(120,162,98); }

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