#78B988

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

Shades of Bay Leaf #78B988

Tints of Bay Leaf #78B988

Color information

#78B988 (or 0x78B988) is unknown color: approx Bay Leaf. HEX triplet: 78, B9 and 88. RGB value is (120,185,136). Sum of RGB (Red+Green+Blue) = 120+185+136=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 136 (53.52% from 255 or 30.84% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #78B988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B988 is #874677. Grayscale: #A0A0A0. Windows color (decimal): -8865400 or 8960376. OLE color: 8960376.

HSL color Cylindrical-coordinate representation of color #78B988: hue angle of 134.77º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B988 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB120185136-
CMYK0.3500.260.27
HSL134.77º31.71%59.8%-
HSV(B)134.77º35.14%72.55%-
XYZ29.5440.4729.55-
YUV159.98114.4799.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.21%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 136 (53.52% from 255) = 30.84%
R=27.21%
G=41.95%
B=30.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201851360.3500.260.27134.7731.7159.8
Hex78B9882301A1B87203c
Octal17027121043032332074074
Binary111100010111001100010001000110110101101110000111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,136); }

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

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

 a { background-color: rgb(120,185,136); }

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

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

 span { border-color: rgb(120,185,136); }

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