Shades of Bay Leaf #78A78D
Tints of Bay Leaf #78A78D
RGB
CMYK
RGB Variations
Color information
#78A78D (or 0x78A78D) is known color: Bay Leaf. HEX triplet: 78, A7 and 8D. RGB value is (120,167,141). Sum of RGB (Red+Green+Blue) = 120+167+141=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 167 - color contains mainly: green. Hex color #78A78D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A78D is #875872. Grayscale: #969696. Windows color (decimal): -8870003 or 9283448. OLE color: 9283448.
HSL color Cylindrical-coordinate representation of color #78A78D: hue angle of 146.81º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78A78D is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 167 | 141 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.35 |
| HSL | 146.81º | 0.21% | 0.56% | - |
| HSV(B) | 146.81º | 0.28% | 0.65% | - |
| XYZ | 26.37 | 33.55 | 30.29 | - |
| YUV | 149.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 167 | 141 | 0.28 | 0 | 0.16 | 0.35 | 146.81 | 0.21 | 0.56 |
| Hex | 78 | A7 | 8D | 1C | 0 | 10 | 23 | 93 | 15 | 38 |
| Octal | 170 | 247 | 215 | 34 | 0 | 20 | 43 | 223 | 25 | 70 |
| Binary | 1111000 | 10100111 | 10001101 | 11100 | 0 | 10000 | 100011 | 10010011 | 10101 | 111000 |
Color Harmonies of #78A78D
Complementary color
Monochromatic Colors of #78A78D
Black with #78A78D
Text Example
Text Example
White with #78A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A78D; }
p { color: rgb(120,167,141); }
H1.HeaderClassName
{
color: #78A78D;
}
.AnyTagClassName
{
color: #78A78D;
}
</style>
background-color css
<style>
a { background-color: #78A78D; }
a { background-color: rgb(120,167,141); }
div.DivClassName
{
background-color: #78A78D;
}
.BgClassName
{
background-color: #78A78D;
}
</style>
border-color css
<style>
span { border-color: #78A78D; }
span { border-color: rgb(120,167,141); }
td.TdClassName
{
border-color: #78A78D;
}
.TagClassName
{
border-color: #78A78D;
}
</style>