Shades of Bay Leaf #78B78A
Tints of Bay Leaf #78B78A
RGB
CMYK
RGB Variations
Color information
#78B78A (or 0x78B78A) is known color: Bay Leaf. HEX triplet: 78, B7 and 8A. RGB value is (120,183,138). Sum of RGB (Red+Green+Blue) = 120+183+138=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #78B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B78A is #874875. Grayscale: #9F9F9F. Windows color (decimal): -8865910 or 9090936. OLE color: 9090936.
HSL color Cylindrical-coordinate representation of color #78B78A: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #78B78A is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 138 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.28 |
| HSL | 137.14º | 0.3% | 0.59% | - |
| HSV(B) | 137.14º | 0.34% | 0.72% | - |
| XYZ | 29.27 | 39.7 | 30.16 | - |
| YUV | 159.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 138 | 0.34 | 0 | 0.25 | 0.28 | 137.14 | 0.3 | 0.59 |
| Hex | 78 | B7 | 8A | 22 | 0 | 19 | 1C | 89 | 1E | 3B |
| Octal | 170 | 267 | 212 | 42 | 0 | 31 | 34 | 211 | 36 | 73 |
| Binary | 1111000 | 10110111 | 10001010 | 100010 | 0 | 11001 | 11100 | 10001001 | 11110 | 111011 |
Color Harmonies of #78B78A
Complementary color
Monochromatic Colors of #78B78A
Black with #78B78A
Text Example
Text Example
White with #78B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B78A; }
p { color: rgb(120,183,138); }
H1.HeaderClassName
{
color: #78B78A;
}
.AnyTagClassName
{
color: #78B78A;
}
</style>
background-color css
<style>
a { background-color: #78B78A; }
a { background-color: rgb(120,183,138); }
div.DivClassName
{
background-color: #78B78A;
}
.BgClassName
{
background-color: #78B78A;
}
</style>
border-color css
<style>
span { border-color: #78B78A; }
span { border-color: rgb(120,183,138); }
td.TdClassName
{
border-color: #78B78A;
}
.TagClassName
{
border-color: #78B78A;
}
</style>