Shades of Bay Leaf #78C68C
Tints of Bay Leaf #78C68C
RGB
CMYK
RGB Variations
Color information
#78C68C (or 0x78C68C) is known color: Bay Leaf. HEX triplet: 78, C6 and 8C. RGB value is (120,198,140). Sum of RGB (Red+Green+Blue) = 120+198+140=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #78C68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C68C is #873973. Grayscale: #A8A8A8. Windows color (decimal): -8862068 or 9225848. OLE color: 9225848.
HSL color Cylindrical-coordinate representation of color #78C68C: hue angle of 135.38º 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 #78C68C is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 140 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.22 |
| HSL | 135.38º | 0.41% | 0.62% | - |
| HSV(B) | 135.38º | 0.39% | 0.78% | - |
| XYZ | 32.67 | 46.27 | 32.02 | - |
| YUV | 168.07 | 112.16 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 140 | 0.39 | 0 | 0.29 | 0.22 | 135.38 | 0.41 | 0.62 |
| Hex | 78 | C6 | 8C | 27 | 0 | 1D | 16 | 87 | 29 | 3E |
| Octal | 170 | 306 | 214 | 47 | 0 | 35 | 26 | 207 | 51 | 76 |
| Binary | 1111000 | 11000110 | 10001100 | 100111 | 0 | 11101 | 10110 | 10000111 | 101001 | 111110 |
Color Harmonies of #78C68C
Complementary color
Monochromatic Colors of #78C68C
Black with #78C68C
Text Example
Text Example
White with #78C68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C68C; }
p { color: rgb(120,198,140); }
H1.HeaderClassName
{
color: #78C68C;
}
.AnyTagClassName
{
color: #78C68C;
}
</style>
background-color css
<style>
a { background-color: #78C68C; }
a { background-color: rgb(120,198,140); }
div.DivClassName
{
background-color: #78C68C;
}
.BgClassName
{
background-color: #78C68C;
}
</style>
border-color css
<style>
span { border-color: #78C68C; }
span { border-color: rgb(120,198,140); }
td.TdClassName
{
border-color: #78C68C;
}
.TagClassName
{
border-color: #78C68C;
}
</style>