Shades of Bay Leaf #78C08F
Tints of Bay Leaf #78C08F
RGB
CMYK
RGB Variations
Color information
#78C08F (or 0x78C08F) is known color: Bay Leaf. HEX triplet: 78, C0 and 8F. RGB value is (120,192,143). Sum of RGB (Red+Green+Blue) = 120+192+143=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #78C08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C08F is #873F70. Grayscale: #A5A5A5. Windows color (decimal): -8863601 or 9420920. OLE color: 9420920.
HSL color Cylindrical-coordinate representation of color #78C08F: hue angle of 139.17º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C08F is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 143 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.25 |
| HSL | 139.17º | 0.36% | 0.61% | - |
| HSV(B) | 139.17º | 0.38% | 0.75% | - |
| XYZ | 31.55 | 43.68 | 32.75 | - |
| YUV | 164.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 143 | 0.38 | 0 | 0.26 | 0.25 | 139.17 | 0.36 | 0.61 |
| Hex | 78 | C0 | 8F | 26 | 0 | 1A | 19 | 8B | 24 | 3D |
| Octal | 170 | 300 | 217 | 46 | 0 | 32 | 31 | 213 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10001111 | 100110 | 0 | 11010 | 11001 | 10001011 | 100100 | 111101 |
Color Harmonies of #78C08F
Complementary color
Monochromatic Colors of #78C08F
Black with #78C08F
Text Example
Text Example
White with #78C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C08F; }
p { color: rgb(120,192,143); }
H1.HeaderClassName
{
color: #78C08F;
}
.AnyTagClassName
{
color: #78C08F;
}
</style>
background-color css
<style>
a { background-color: #78C08F; }
a { background-color: rgb(120,192,143); }
div.DivClassName
{
background-color: #78C08F;
}
.BgClassName
{
background-color: #78C08F;
}
</style>
border-color css
<style>
span { border-color: #78C08F; }
span { border-color: rgb(120,192,143); }
td.TdClassName
{
border-color: #78C08F;
}
.TagClassName
{
border-color: #78C08F;
}
</style>