Shades of Bay Leaf #78C08C
Tints of Bay Leaf #78C08C
RGB
CMYK
RGB Variations
Color information
#78C08C (or 0x78C08C) is known color: Bay Leaf. HEX triplet: 78, C0 and 8C. RGB value is (120,192,140). Sum of RGB (Red+Green+Blue) = 120+192+140=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #78C08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C08C is #873F73. Grayscale: #A4A4A4. Windows color (decimal): -8863604 or 9224312. OLE color: 9224312.
HSL color Cylindrical-coordinate representation of color #78C08C: hue angle of 136.67º 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 #78C08C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 192 | 140 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.25 |
| HSL | 136.67º | 0.36% | 0.61% | - |
| HSV(B) | 136.67º | 0.38% | 0.75% | - |
| XYZ | 31.33 | 43.59 | 31.57 | - |
| YUV | 164.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 192 | 140 | 0.38 | 0 | 0.27 | 0.25 | 136.67 | 0.36 | 0.61 |
| Hex | 78 | C0 | 8C | 26 | 0 | 1B | 19 | 89 | 24 | 3D |
| Octal | 170 | 300 | 214 | 46 | 0 | 33 | 31 | 211 | 44 | 75 |
| Binary | 1111000 | 11000000 | 10001100 | 100110 | 0 | 11011 | 11001 | 10001001 | 100100 | 111101 |
Color Harmonies of #78C08C
Complementary color
Monochromatic Colors of #78C08C
Black with #78C08C
Text Example
Text Example
White with #78C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C08C; }
p { color: rgb(120,192,140); }
H1.HeaderClassName
{
color: #78C08C;
}
.AnyTagClassName
{
color: #78C08C;
}
</style>
background-color css
<style>
a { background-color: #78C08C; }
a { background-color: rgb(120,192,140); }
div.DivClassName
{
background-color: #78C08C;
}
.BgClassName
{
background-color: #78C08C;
}
</style>
border-color css
<style>
span { border-color: #78C08C; }
span { border-color: rgb(120,192,140); }
td.TdClassName
{
border-color: #78C08C;
}
.TagClassName
{
border-color: #78C08C;
}
</style>