Shades of Bay Leaf #78B888
Tints of Bay Leaf #78B888
RGB
CMYK
RGB Variations
Color information
#78B888 (or 0x78B888) is known color: Bay Leaf. HEX triplet: 78, B8 and 88. RGB value is (120,184,136). Sum of RGB (Red+Green+Blue) = 120+184+136=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #78B888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B888 is #874777. Grayscale: #9F9F9F. Windows color (decimal): -8865656 or 8960120. OLE color: 8960120.
HSL color Cylindrical-coordinate representation of color #78B888: hue angle of 135º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B888 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 136 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.28 |
| HSL | 135º | 0.31% | 0.6% | - |
| HSV(B) | 135º | 0.35% | 0.72% | - |
| XYZ | 29.33 | 40.05 | 29.48 | - |
| YUV | 159.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 136 | 0.35 | 0 | 0.26 | 0.28 | 135 | 0.31 | 0.6 |
| Hex | 78 | B8 | 88 | 23 | 0 | 1A | 1C | 87 | 1F | 3C |
| Octal | 170 | 270 | 210 | 43 | 0 | 32 | 34 | 207 | 37 | 74 |
| Binary | 1111000 | 10111000 | 10001000 | 100011 | 0 | 11010 | 11100 | 10000111 | 11111 | 111100 |
Color Harmonies of #78B888
Complementary color
Monochromatic Colors of #78B888
Black with #78B888
Text Example
Text Example
White with #78B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B888; }
p { color: rgb(120,184,136); }
H1.HeaderClassName
{
color: #78B888;
}
.AnyTagClassName
{
color: #78B888;
}
</style>
background-color css
<style>
a { background-color: #78B888; }
a { background-color: rgb(120,184,136); }
div.DivClassName
{
background-color: #78B888;
}
.BgClassName
{
background-color: #78B888;
}
</style>
border-color css
<style>
span { border-color: #78B888; }
span { border-color: rgb(120,184,136); }
td.TdClassName
{
border-color: #78B888;
}
.TagClassName
{
border-color: #78B888;
}
</style>