Shades of Bay Leaf #78A78B
Tints of Bay Leaf #78A78B
RGB
CMYK
RGB Variations
Color information
#78A78B (or 0x78A78B) is known color: Bay Leaf. HEX triplet: 78, A7 and 8B. RGB value is (120,167,139). Sum of RGB (Red+Green+Blue) = 120+167+139=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 167 - color contains mainly: green. Hex color #78A78B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A78B is #875874. Grayscale: #959595. Windows color (decimal): -8870005 or 9152376. OLE color: 9152376.
HSL color Cylindrical-coordinate representation of color #78A78B: hue angle of 144.26º 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 #78A78B is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 167 | 139 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.35 |
| HSL | 144.26º | 0.21% | 0.56% | - |
| HSV(B) | 144.26º | 0.28% | 0.65% | - |
| XYZ | 26.22 | 33.49 | 29.51 | - |
| YUV | 149.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 167 | 139 | 0.28 | 0 | 0.17 | 0.35 | 144.26 | 0.21 | 0.56 |
| Hex | 78 | A7 | 8B | 1C | 0 | 11 | 23 | 90 | 15 | 38 |
| Octal | 170 | 247 | 213 | 34 | 0 | 21 | 43 | 220 | 25 | 70 |
| Binary | 1111000 | 10100111 | 10001011 | 11100 | 0 | 10001 | 100011 | 10010000 | 10101 | 111000 |
Color Harmonies of #78A78B
Complementary color
Monochromatic Colors of #78A78B
Black with #78A78B
Text Example
Text Example
White with #78A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A78B; }
p { color: rgb(120,167,139); }
H1.HeaderClassName
{
color: #78A78B;
}
.AnyTagClassName
{
color: #78A78B;
}
</style>
background-color css
<style>
a { background-color: #78A78B; }
a { background-color: rgb(120,167,139); }
div.DivClassName
{
background-color: #78A78B;
}
.BgClassName
{
background-color: #78A78B;
}
</style>
border-color css
<style>
span { border-color: #78A78B; }
span { border-color: rgb(120,167,139); }
td.TdClassName
{
border-color: #78A78B;
}
.TagClassName
{
border-color: #78A78B;
}
</style>