#78B58B

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

Shades of Bay Leaf #78B58B

Tints of Bay Leaf #78B58B

Color information

#78B58B (or 0x78B58B) is unknown color: approx Bay Leaf. HEX triplet: 78, B5 and 8B. RGB value is (120,181,139). Sum of RGB (Red+Green+Blue) = 120+181+139=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #78B58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B58B is #874A74. Grayscale: #9E9E9E. Windows color (decimal): -8866421 or 9155960. OLE color: 9155960.

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

Color convert

RGB120181139-
CMYK0.3400.230.29
HSL138.69º29.19%59.02%-
HSV(B)138.69º33.7%70.98%-
XYZ28.9338.930.41-
YUV157.97117.29100.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=27.27%
G=41.14%
B=31.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1201811390.3400.230.29138.6929.1959.02
Hex78B58B220171D8b1d3b
Octal17026521342027352133573
Binary11110001011010110001011100010010111111011000101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,181,139); }

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

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

 a { background-color: rgb(120,181,139); }

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

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

 span { border-color: rgb(120,181,139); }

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