Shades of Bay Leaf #78C190
Tints of Bay Leaf #78C190
RGB
CMYK
RGB Variations
Color information
#78C190 (or 0x78C190) is known color: Bay Leaf. HEX triplet: 78, C1 and 90. RGB value is (120,193,144). Sum of RGB (Red+Green+Blue) = 120+193+144=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #78C190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C190 is #873E6F. Grayscale: #A5A5A5. Windows color (decimal): -8863344 or 9486712. OLE color: 9486712.
HSL color Cylindrical-coordinate representation of color #78C190: hue angle of 139.73º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C190 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 193 | 144 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.24 |
| HSL | 139.73º | 0.37% | 0.61% | - |
| HSV(B) | 139.73º | 0.38% | 0.76% | - |
| XYZ | 31.85 | 44.15 | 33.23 | - |
| YUV | 165.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 193 | 144 | 0.38 | 0 | 0.25 | 0.24 | 139.73 | 0.37 | 0.61 |
| Hex | 78 | C1 | 90 | 26 | 0 | 19 | 18 | 8C | 25 | 3D |
| Octal | 170 | 301 | 220 | 46 | 0 | 31 | 30 | 214 | 45 | 75 |
| Binary | 1111000 | 11000001 | 10010000 | 100110 | 0 | 11001 | 11000 | 10001100 | 100101 | 111101 |
Color Harmonies of #78C190
Complementary color
Monochromatic Colors of #78C190
Black with #78C190
Text Example
Text Example
White with #78C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C190; }
p { color: rgb(120,193,144); }
H1.HeaderClassName
{
color: #78C190;
}
.AnyTagClassName
{
color: #78C190;
}
</style>
background-color css
<style>
a { background-color: #78C190; }
a { background-color: rgb(120,193,144); }
div.DivClassName
{
background-color: #78C190;
}
.BgClassName
{
background-color: #78C190;
}
</style>
border-color css
<style>
span { border-color: #78C190; }
span { border-color: rgb(120,193,144); }
td.TdClassName
{
border-color: #78C190;
}
.TagClassName
{
border-color: #78C190;
}
</style>