#78B47E

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

Shades of Bay Leaf #78B47E

Tints of Bay Leaf #78B47E

Color information

#78B47E (or 0x78B47E) is unknown color: approx Bay Leaf. HEX triplet: 78, B4 and 7E. RGB value is (120,180,126). Sum of RGB (Red+Green+Blue) = 120+180+126=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #78B47E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78B47E is #874B81. Grayscale: #9C9C9C. Windows color (decimal): -8866690 or 8303736. OLE color: 8303736.

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

Color convert

RGB120180126-
CMYK0.3300.30.29
HSL126º28.57%58.82%-
HSV(B)126º33.33%70.59%-
XYZ27.8338.1425.63-
YUV155.9111.12102.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.17%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=28.17%
G=42.25%
B=29.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201801260.3300.30.2912628.5758.82
Hex78B47E2101E1D7e1d3b
Octal17026417641036351763573
Binary111100010110100111111010000101111011101111111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,126); }

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

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

 a { background-color: rgb(120,180,126); }

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

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

 span { border-color: rgb(120,180,126); }

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