Shades of Bay Leaf #78B384
Tints of Bay Leaf #78B384
RGB
CMYK
RGB Variations
Color information
#78B384 (or 0x78B384) is known color: Bay Leaf. HEX triplet: 78, B3 and 84. RGB value is (120,179,132). Sum of RGB (Red+Green+Blue) = 120+179+132=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #78B384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B384 is #874C7B. Grayscale: #9C9C9C. Windows color (decimal): -8866940 or 8696696. OLE color: 8696696.
HSL color Cylindrical-coordinate representation of color #78B384: hue angle of 132.2º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78B384 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 179 | 132 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.30 |
| HSL | 132.2º | 0.28% | 0.59% | - |
| HSV(B) | 132.2º | 0.33% | 0.7% | - |
| XYZ | 28.03 | 37.9 | 27.67 | - |
| YUV | 156 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 179 | 132 | 0.33 | 0 | 0.26 | 0.30 | 132.2 | 0.28 | 0.59 |
| Hex | 78 | B3 | 84 | 21 | 0 | 1A | 1E | 84 | 1C | 3B |
| Octal | 170 | 263 | 204 | 41 | 0 | 32 | 36 | 204 | 34 | 73 |
| Binary | 1111000 | 10110011 | 10000100 | 100001 | 0 | 11010 | 11110 | 10000100 | 11100 | 111011 |
Color Harmonies of #78B384
Complementary color
Monochromatic Colors of #78B384
Black with #78B384
Text Example
Text Example
White with #78B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B384; }
p { color: rgb(120,179,132); }
H1.HeaderClassName
{
color: #78B384;
}
.AnyTagClassName
{
color: #78B384;
}
</style>
background-color css
<style>
a { background-color: #78B384; }
a { background-color: rgb(120,179,132); }
div.DivClassName
{
background-color: #78B384;
}
.BgClassName
{
background-color: #78B384;
}
</style>
border-color css
<style>
span { border-color: #78B384; }
span { border-color: rgb(120,179,132); }
td.TdClassName
{
border-color: #78B384;
}
.TagClassName
{
border-color: #78B384;
}
</style>