#78B055

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

Shades of Asparagus #78B055

Tints of Asparagus #78B055

Color information

#78B055 (or 0x78B055) is unknown color: approx Asparagus. HEX triplet: 78, B0 and 55. RGB value is (120,176,85). Sum of RGB (Red+Green+Blue) = 120+176+85=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #78B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78B055 is #874FAA. Grayscale: #959595. Windows color (decimal): -8867755 or 5615736. OLE color: 5615736.

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

Color convert

RGB12017685-
CMYK0.3200.520.31
HSL96.92º36.55%51.18%-
HSV(B)96.92º51.7%69.02%-
XYZ24.9135.714.17-
YUV148.8891.95107.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 176 (69.14% from 255) = 46.19%
BLUE value IS 85 (33.59% from 255) = 22.31%
R=31.50%
G=46.19%
B=22.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120176850.3200.520.3196.9236.5551.18
Hex78B055200341F612533
Octal17026012540064371414563
Binary11110001011000010101011000000110100111111100001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,176,85); }

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

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

 a { background-color: rgb(120,176,85); }

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

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

 span { border-color: rgb(120,176,85); }

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