#78B480

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

Shades of Bay Leaf #78B480

Tints of Bay Leaf #78B480

Color information

#78B480 (or 0x78B480) is unknown color: approx Bay Leaf. HEX triplet: 78, B4 and 80. RGB value is (120,180,128). Sum of RGB (Red+Green+Blue) = 120+180+128=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #78B480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B480 is #874B7F. Grayscale: #9C9C9C. Windows color (decimal): -8866688 or 8434808. OLE color: 8434808.

HSL color Cylindrical-coordinate representation of color #78B480: hue angle of 128º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B480 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB120180128-
CMYK0.3300.290.29
HSL128º28.57%58.82%-
HSV(B)128º33.33%70.59%-
XYZ27.9638.1926.32-
YUV156.13112.12102.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 180 (70.70% from 255) = 42.06%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=28.04%
G=42.06%
B=29.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801280.3300.290.2912828.5758.82
Hex78B4802101D1D801d3b
Octal17026420041035352003573
Binary11110001011010010000000100001011101111011000000011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,128); }

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

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

 a { background-color: rgb(120,180,128); }

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

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

 span { border-color: rgb(120,180,128); }

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