#78B586

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

Shades of Bay Leaf #78B586

Tints of Bay Leaf #78B586

Color information

#78B586 (or 0x78B586) is unknown color: approx Bay Leaf. HEX triplet: 78, B5 and 86. RGB value is (120,181,134). Sum of RGB (Red+Green+Blue) = 120+181+134=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #78B586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B586 is #874A79. Grayscale: #9D9D9D. Windows color (decimal): -8866426 or 8828280. OLE color: 8828280.

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

Color convert

RGB120181134-
CMYK0.3400.260.29
HSL133.77º29.19%59.02%-
HSV(B)133.77º33.7%70.98%-
XYZ28.5738.7628.53-
YUV157.4114.79101.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=27.59%
G=41.61%
B=30.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201811340.3400.260.29133.7729.1959.02
Hex78B5862201A1D861d3b
Octal17026520642032352063573
Binary11110001011010110000110100010011010111011000011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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