Shades of Bay Leaf #78A085
Tints of Bay Leaf #78A085
RGB
CMYK
RGB Variations
Color information
#78A085 (or 0x78A085) is known color: Bay Leaf. HEX triplet: 78, A0 and 85. RGB value is (120,160,133). Sum of RGB (Red+Green+Blue) = 120+160+133=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #78A085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A085 is #875F7A. Grayscale: #919191. Windows color (decimal): -8871803 or 8757368. OLE color: 8757368.
HSL color Cylindrical-coordinate representation of color #78A085: hue angle of 139.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78A085 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 133 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.37 |
| HSL | 139.5º | 0.17% | 0.55% | - |
| HSV(B) | 139.5º | 0.25% | 0.63% | - |
| XYZ | 24.55 | 30.83 | 26.85 | - |
| YUV | 144.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 133 | 0.25 | 0 | 0.17 | 0.37 | 139.5 | 0.17 | 0.55 |
| Hex | 78 | A0 | 85 | 19 | 0 | 11 | 25 | 8C | 11 | 37 |
| Octal | 170 | 240 | 205 | 31 | 0 | 21 | 45 | 214 | 21 | 67 |
| Binary | 1111000 | 10100000 | 10000101 | 11001 | 0 | 10001 | 100101 | 10001100 | 10001 | 110111 |
Color Harmonies of #78A085
Complementary color
Monochromatic Colors of #78A085
Black with #78A085
Text Example
Text Example
White with #78A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A085; }
p { color: rgb(120,160,133); }
H1.HeaderClassName
{
color: #78A085;
}
.AnyTagClassName
{
color: #78A085;
}
</style>
background-color css
<style>
a { background-color: #78A085; }
a { background-color: rgb(120,160,133); }
div.DivClassName
{
background-color: #78A085;
}
.BgClassName
{
background-color: #78A085;
}
</style>
border-color css
<style>
span { border-color: #78A085; }
span { border-color: rgb(120,160,133); }
td.TdClassName
{
border-color: #78A085;
}
.TagClassName
{
border-color: #78A085;
}
</style>