Shades of Bay Leaf #78C690
Tints of Bay Leaf #78C690
RGB
CMYK
RGB Variations
Color information
#78C690 (or 0x78C690) is known color: Bay Leaf. HEX triplet: 78, C6 and 90. RGB value is (120,198,144). Sum of RGB (Red+Green+Blue) = 120+198+144=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 198 - color contains mainly: green. Hex color #78C690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C690 is #87396F. Grayscale: #A8A8A8. Windows color (decimal): -8862064 or 9487992. OLE color: 9487992.
HSL color Cylindrical-coordinate representation of color #78C690: hue angle of 138.46º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C690 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 144 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.22 |
| HSL | 138.46º | 0.41% | 0.62% | - |
| HSV(B) | 138.46º | 0.39% | 0.78% | - |
| XYZ | 32.97 | 46.39 | 33.6 | - |
| YUV | 168.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 144 | 0.39 | 0 | 0.27 | 0.22 | 138.46 | 0.41 | 0.62 |
| Hex | 78 | C6 | 90 | 27 | 0 | 1B | 16 | 8A | 29 | 3E |
| Octal | 170 | 306 | 220 | 47 | 0 | 33 | 26 | 212 | 51 | 76 |
| Binary | 1111000 | 11000110 | 10010000 | 100111 | 0 | 11011 | 10110 | 10001010 | 101001 | 111110 |
Color Harmonies of #78C690
Complementary color
Monochromatic Colors of #78C690
Black with #78C690
Text Example
Text Example
White with #78C690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C690; }
p { color: rgb(120,198,144); }
H1.HeaderClassName
{
color: #78C690;
}
.AnyTagClassName
{
color: #78C690;
}
</style>
background-color css
<style>
a { background-color: #78C690; }
a { background-color: rgb(120,198,144); }
div.DivClassName
{
background-color: #78C690;
}
.BgClassName
{
background-color: #78C690;
}
</style>
border-color css
<style>
span { border-color: #78C690; }
span { border-color: rgb(120,198,144); }
td.TdClassName
{
border-color: #78C690;
}
.TagClassName
{
border-color: #78C690;
}
</style>