#78B98D

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

Shades of Bay Leaf #78B98D

Tints of Bay Leaf #78B98D

Color information

#78B98D (or 0x78B98D) is unknown color: approx Bay Leaf. HEX triplet: 78, B9 and 8D. RGB value is (120,185,141). Sum of RGB (Red+Green+Blue) = 120+185+141=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #78B98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B98D is #874672. Grayscale: #A0A0A0. Windows color (decimal): -8865395 or 9288056. OLE color: 9288056.

HSL color Cylindrical-coordinate representation of color #78B98D: hue angle of 139.38º 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 #78B98D is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB120185141-
CMYK0.3500.240.27
HSL139.38º31.71%59.8%-
HSV(B)139.38º35.14%72.55%-
XYZ29.940.6131.46-
YUV160.55116.9799.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.91%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 141 (55.47% from 255) = 31.61%
R=26.91%
G=41.48%
B=31.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201851410.3500.240.27139.3831.7159.8
Hex78B98D230181B8b203c
Octal17027121543030332134074
Binary111100010111001100011011000110110001101110001011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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