Shades of Bay Leaf #78B790
Tints of Bay Leaf #78B790
RGB
CMYK
RGB Variations
Color information
#78B790 (or 0x78B790) is known color: Bay Leaf. HEX triplet: 78, B7 and 90. RGB value is (120,183,144). Sum of RGB (Red+Green+Blue) = 120+183+144=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #78B790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B790 is #87486F. Grayscale: #9F9F9F. Windows color (decimal): -8865904 or 9484152. OLE color: 9484152.
HSL color Cylindrical-coordinate representation of color #78B790: hue angle of 142.86º 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 #78B790 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 144 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.28 |
| HSL | 142.86º | 0.3% | 0.59% | - |
| HSV(B) | 142.86º | 0.34% | 0.72% | - |
| XYZ | 29.71 | 39.87 | 32.52 | - |
| YUV | 159.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 144 | 0.34 | 0 | 0.21 | 0.28 | 142.86 | 0.3 | 0.59 |
| Hex | 78 | B7 | 90 | 22 | 0 | 15 | 1C | 8F | 1E | 3B |
| Octal | 170 | 267 | 220 | 42 | 0 | 25 | 34 | 217 | 36 | 73 |
| Binary | 1111000 | 10110111 | 10010000 | 100010 | 0 | 10101 | 11100 | 10001111 | 11110 | 111011 |
Color Harmonies of #78B790
Complementary color
Monochromatic Colors of #78B790
Black with #78B790
Text Example
Text Example
White with #78B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B790; }
p { color: rgb(120,183,144); }
H1.HeaderClassName
{
color: #78B790;
}
.AnyTagClassName
{
color: #78B790;
}
</style>
background-color css
<style>
a { background-color: #78B790; }
a { background-color: rgb(120,183,144); }
div.DivClassName
{
background-color: #78B790;
}
.BgClassName
{
background-color: #78B790;
}
</style>
border-color css
<style>
span { border-color: #78B790; }
span { border-color: rgb(120,183,144); }
td.TdClassName
{
border-color: #78B790;
}
.TagClassName
{
border-color: #78B790;
}
</style>