#78AD8D

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

Shades of Bay Leaf #78AD8D

Tints of Bay Leaf #78AD8D

Color information

#78AD8D (or 0x78AD8D) is unknown color: approx Bay Leaf. HEX triplet: 78, AD and 8D. RGB value is (120,173,141). Sum of RGB (Red+Green+Blue) = 120+173+141=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AD8D is #875272. Grayscale: #999999. Windows color (decimal): -8868467 or 9284984. OLE color: 9284984.

HSL color Cylindrical-coordinate representation of color #78AD8D: hue angle of 143.77º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AD8D is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB120173141-
CMYK0.3100.180.32
HSL143.77º24.42%57.45%-
HSV(B)143.77º30.64%67.84%-
XYZ27.535.830.66-
YUV153.5120.94104.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 141 (55.47% from 255) = 32.49%
R=27.65%
G=39.86%
B=32.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1201731410.3100.180.32143.7724.4257.45
Hex78AD8D1F01220901839
Octal17025521537022402203071
Binary11110001010110110001101111110100101000001001000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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