Shades of Bay Leaf #78AD85
Tints of Bay Leaf #78AD85
RGB
CMYK
RGB Variations
Color information
#78AD85 (or 0x78AD85) is known color: Bay Leaf. HEX triplet: 78, AD and 85. RGB value is (120,173,133). Sum of RGB (Red+Green+Blue) = 120+173+133=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AD85 is #87527A. Grayscale: #989898. Windows color (decimal): -8868475 or 8760696. OLE color: 8760696.
HSL color Cylindrical-coordinate representation of color #78AD85: hue angle of 134.72º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AD85 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 133 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.32 |
| HSL | 134.72º | 0.24% | 0.57% | - |
| HSV(B) | 134.72º | 0.31% | 0.68% | - |
| XYZ | 26.92 | 35.57 | 27.64 | - |
| YUV | 152.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 133 | 0.31 | 0 | 0.23 | 0.32 | 134.72 | 0.24 | 0.57 |
| Hex | 78 | AD | 85 | 1F | 0 | 17 | 20 | 87 | 18 | 39 |
| Octal | 170 | 255 | 205 | 37 | 0 | 27 | 40 | 207 | 30 | 71 |
| Binary | 1111000 | 10101101 | 10000101 | 11111 | 0 | 10111 | 100000 | 10000111 | 11000 | 111001 |
Color Harmonies of #78AD85
Complementary color
Monochromatic Colors of #78AD85
Black with #78AD85
Text Example
Text Example
White with #78AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AD85; }
p { color: rgb(120,173,133); }
H1.HeaderClassName
{
color: #78AD85;
}
.AnyTagClassName
{
color: #78AD85;
}
</style>
background-color css
<style>
a { background-color: #78AD85; }
a { background-color: rgb(120,173,133); }
div.DivClassName
{
background-color: #78AD85;
}
.BgClassName
{
background-color: #78AD85;
}
</style>
border-color css
<style>
span { border-color: #78AD85; }
span { border-color: rgb(120,173,133); }
td.TdClassName
{
border-color: #78AD85;
}
.TagClassName
{
border-color: #78AD85;
}
</style>