#78B78F

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

Shades of Bay Leaf #78B78F

Tints of Bay Leaf #78B78F

Color information

#78B78F (or 0x78B78F) is unknown color: approx Bay Leaf. HEX triplet: 78, B7 and 8F. RGB value is (120,183,143). Sum of RGB (Red+Green+Blue) = 120+183+143=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #78B78F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B78F is #874870. Grayscale: #9F9F9F. Windows color (decimal): -8865905 or 9418616. OLE color: 9418616.

HSL color Cylindrical-coordinate representation of color #78B78F: hue angle of 141.9º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B78F is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB120183143-
CMYK0.3400.220.28
HSL141.9º30.43%59.41%-
HSV(B)141.9º34.43%71.76%-
XYZ29.6439.8432.12-
YUV159.6118.6399.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.91%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 143 (56.25% from 255) = 32.06%
R=26.91%
G=41.03%
B=32.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1201831430.3400.220.28141.930.4359.41
Hex78B78F220161C8e1e3b
Octal17026721742026342163673
Binary11110001011011110001111100010010110111001000111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,143); }

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

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

 a { background-color: rgb(120,183,143); }

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

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

 span { border-color: rgb(120,183,143); }

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