Shades of Bay Leaf #78B88A
Tints of Bay Leaf #78B88A
RGB
CMYK
RGB Variations
Color information
#78B88A (or 0x78B88A) is known color: Bay Leaf. HEX triplet: 78, B8 and 8A. RGB value is (120,184,138). Sum of RGB (Red+Green+Blue) = 120+184+138=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #78B88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78B88A is #874775. Grayscale: #9F9F9F. Windows color (decimal): -8865654 or 9091192. OLE color: 9091192.
HSL color Cylindrical-coordinate representation of color #78B88A: hue angle of 136.88º 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 #78B88A is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 184 | 138 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.28 |
| HSL | 136.88º | 0.31% | 0.6% | - |
| HSV(B) | 136.88º | 0.35% | 0.72% | - |
| XYZ | 29.47 | 40.11 | 30.23 | - |
| YUV | 159.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 184 | 138 | 0.35 | 0 | 0.25 | 0.28 | 136.88 | 0.31 | 0.6 |
| Hex | 78 | B8 | 8A | 23 | 0 | 19 | 1C | 89 | 1F | 3C |
| Octal | 170 | 270 | 212 | 43 | 0 | 31 | 34 | 211 | 37 | 74 |
| Binary | 1111000 | 10111000 | 10001010 | 100011 | 0 | 11001 | 11100 | 10001001 | 11111 | 111100 |
Color Harmonies of #78B88A
Complementary color
Monochromatic Colors of #78B88A
Black with #78B88A
Text Example
Text Example
White with #78B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B88A; }
p { color: rgb(120,184,138); }
H1.HeaderClassName
{
color: #78B88A;
}
.AnyTagClassName
{
color: #78B88A;
}
</style>
background-color css
<style>
a { background-color: #78B88A; }
a { background-color: rgb(120,184,138); }
div.DivClassName
{
background-color: #78B88A;
}
.BgClassName
{
background-color: #78B88A;
}
</style>
border-color css
<style>
span { border-color: #78B88A; }
span { border-color: rgb(120,184,138); }
td.TdClassName
{
border-color: #78B88A;
}
.TagClassName
{
border-color: #78B88A;
}
</style>