Shades of Bay Leaf #78A584
Tints of Bay Leaf #78A584
RGB
CMYK
RGB Variations
Color information
#78A584 (or 0x78A584) is known color: Bay Leaf. HEX triplet: 78, A5 and 84. RGB value is (120,165,132). Sum of RGB (Red+Green+Blue) = 120+165+132=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 165 - color contains mainly: green. Hex color #78A584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A584 is #875A7B. Grayscale: #939393. Windows color (decimal): -8870524 or 8693112. OLE color: 8693112.
HSL color Cylindrical-coordinate representation of color #78A584: hue angle of 136º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A584 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 165 | 132 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.35 |
| HSL | 136º | 0.2% | 0.56% | - |
| HSV(B) | 136º | 0.27% | 0.65% | - |
| XYZ | 25.37 | 32.57 | 26.78 | - |
| YUV | 147.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 165 | 132 | 0.27 | 0 | 0.20 | 0.35 | 136 | 0.2 | 0.56 |
| Hex | 78 | A5 | 84 | 1B | 0 | 14 | 23 | 88 | 14 | 38 |
| Octal | 170 | 245 | 204 | 33 | 0 | 24 | 43 | 210 | 24 | 70 |
| Binary | 1111000 | 10100101 | 10000100 | 11011 | 0 | 10100 | 100011 | 10001000 | 10100 | 111000 |
Color Harmonies of #78A584
Complementary color
Monochromatic Colors of #78A584
Black with #78A584
Text Example
Text Example
White with #78A584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A584; }
p { color: rgb(120,165,132); }
H1.HeaderClassName
{
color: #78A584;
}
.AnyTagClassName
{
color: #78A584;
}
</style>
background-color css
<style>
a { background-color: #78A584; }
a { background-color: rgb(120,165,132); }
div.DivClassName
{
background-color: #78A584;
}
.BgClassName
{
background-color: #78A584;
}
</style>
border-color css
<style>
span { border-color: #78A584; }
span { border-color: rgb(120,165,132); }
td.TdClassName
{
border-color: #78A584;
}
.TagClassName
{
border-color: #78A584;
}
</style>