#78B486

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

Shades of Bay Leaf #78B486

Tints of Bay Leaf #78B486

Color information

#78B486 (or 0x78B486) is unknown color: approx Bay Leaf. HEX triplet: 78, B4 and 86. RGB value is (120,180,134). Sum of RGB (Red+Green+Blue) = 120+180+134=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #78B486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B486 is #874B79. Grayscale: #9C9C9C. Windows color (decimal): -8866682 or 8828024. OLE color: 8828024.

HSL color Cylindrical-coordinate representation of color #78B486: hue angle of 134º 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 #78B486 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB120180134-
CMYK0.3300.260.29
HSL134º28.57%58.82%-
HSV(B)134º33.33%70.59%-
XYZ28.3738.3628.46-
YUV156.82115.12101.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 180 (70.70% from 255) = 41.47%
BLUE value IS 134 (52.73% from 255) = 30.88%
R=27.65%
G=41.47%
B=30.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801340.3300.260.2913428.5758.82
Hex78B4862101A1D861d3b
Octal17026420641032352063573
Binary11110001011010010000110100001011010111011000011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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