Shades of Bay Leaf #78BD90
Tints of Bay Leaf #78BD90
RGB
CMYK
RGB Variations
Color information
#78BD90 (or 0x78BD90) is known color: Bay Leaf. HEX triplet: 78, BD and 90. RGB value is (120,189,144). Sum of RGB (Red+Green+Blue) = 120+189+144=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BD90 is #87426F. Grayscale: #A3A3A3. Windows color (decimal): -8864368 or 9485688. OLE color: 9485688.
HSL color Cylindrical-coordinate representation of color #78BD90: hue angle of 140.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BD90 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 189 | 144 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.26 |
| HSL | 140.87º | 0.34% | 0.61% | - |
| HSV(B) | 140.87º | 0.37% | 0.74% | - |
| XYZ | 30.98 | 42.4 | 32.94 | - |
| YUV | 163.24 | 117.14 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 189 | 144 | 0.37 | 0 | 0.24 | 0.26 | 140.87 | 0.34 | 0.61 |
| Hex | 78 | BD | 90 | 25 | 0 | 18 | 1A | 8D | 22 | 3D |
| Octal | 170 | 275 | 220 | 45 | 0 | 30 | 32 | 215 | 42 | 75 |
| Binary | 1111000 | 10111101 | 10010000 | 100101 | 0 | 11000 | 11010 | 10001101 | 100010 | 111101 |
Color Harmonies of #78BD90
Complementary color
Monochromatic Colors of #78BD90
Black with #78BD90
Text Example
Text Example
White with #78BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BD90; }
p { color: rgb(120,189,144); }
H1.HeaderClassName
{
color: #78BD90;
}
.AnyTagClassName
{
color: #78BD90;
}
</style>
background-color css
<style>
a { background-color: #78BD90; }
a { background-color: rgb(120,189,144); }
div.DivClassName
{
background-color: #78BD90;
}
.BgClassName
{
background-color: #78BD90;
}
</style>
border-color css
<style>
span { border-color: #78BD90; }
span { border-color: rgb(120,189,144); }
td.TdClassName
{
border-color: #78BD90;
}
.TagClassName
{
border-color: #78BD90;
}
</style>