#78B98C

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

Shades of Bay Leaf #78B98C

Tints of Bay Leaf #78B98C

Color information

#78B98C (or 0x78B98C) is unknown color: approx Bay Leaf. HEX triplet: 78, B9 and 8C. RGB value is (120,185,140). Sum of RGB (Red+Green+Blue) = 120+185+140=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #78B98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B98C is #874673. Grayscale: #A0A0A0. Windows color (decimal): -8865396 or 9222520. OLE color: 9222520.

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

Color convert

RGB120185140-
CMYK0.3500.240.27
HSL138.46º31.71%59.8%-
HSV(B)138.46º35.14%72.55%-
XYZ29.8340.5831.07-
YUV160.44116.4799.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.97%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=26.97%
G=41.57%
B=31.46%

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
Decimal1201851400.3500.240.27138.4631.7159.8
Hex78B98C230181B8a203c
Octal17027121443030332124074
Binary111100010111001100011001000110110001101110001010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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