#78C58B

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

Shades of Bay Leaf #78C58B

Tints of Bay Leaf #78C58B

Color information

#78C58B (or 0x78C58B) is unknown color: approx Bay Leaf. HEX triplet: 78, C5 and 8B. RGB value is (120,197,139). Sum of RGB (Red+Green+Blue) = 120+197+139=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #78C58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C58B is #873A74. Grayscale: #A7A7A7. Windows color (decimal): -8862325 or 9160056. OLE color: 9160056.

HSL color Cylindrical-coordinate representation of color #78C58B: hue angle of 134.81º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C58B is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB120197139-
CMYK0.3900.290.23
HSL134.81º39.9%62.16%-
HSV(B)134.81º39.09%77.25%-
XYZ32.3745.7931.56-
YUV167.36111.9994.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.32%
GREEN value IS 197 (77.34% from 255) = 43.20%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=26.32%
G=43.20%
B=30.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1201971390.3900.290.23134.8139.962.16
Hex78C58B2701D1787283e
Octal17030521347035272075076
Binary111100011000101100010111001110111011011110000111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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