Shades of Bay Leaf #7CB78B
Tints of Bay Leaf #7CB78B
RGB
CMYK
RGB Variations
Color information
#7CB78B (or 0x7CB78B) is known color: Bay Leaf. HEX triplet: 7C, B7 and 8B. RGB value is (124,183,139). Sum of RGB (Red+Green+Blue) = 124+183+139=446 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.80% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB78B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB78B is #834874. Grayscale: #A0A0A0. Windows color (decimal): -8603765 or 9156476. OLE color: 9156476.
HSL color Cylindrical-coordinate representation of color #7CB78B: hue angle of 135.25º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7CB78B is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 139 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.28 |
| HSL | 135.25º | 0.29% | 0.6% | - |
| HSV(B) | 135.25º | 0.32% | 0.72% | - |
| XYZ | 29.91 | 40.02 | 30.57 | - |
| YUV | 160.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 139 | 0.32 | 0 | 0.24 | 0.28 | 135.25 | 0.29 | 0.6 |
| Hex | 7C | B7 | 8B | 20 | 0 | 18 | 1C | 87 | 1D | 3C |
| Octal | 174 | 267 | 213 | 40 | 0 | 30 | 34 | 207 | 35 | 74 |
| Binary | 1111100 | 10110111 | 10001011 | 100000 | 0 | 11000 | 11100 | 10000111 | 11101 | 111100 |
Color Harmonies of #7CB78B
Complementary color
Monochromatic Colors of #7CB78B
Black with #7CB78B
Text Example
Text Example
White with #7CB78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB78B; }
p { color: rgb(124,183,139); }
H1.HeaderClassName
{
color: #7CB78B;
}
.AnyTagClassName
{
color: #7CB78B;
}
</style>
background-color css
<style>
a { background-color: #7CB78B; }
a { background-color: rgb(124,183,139); }
div.DivClassName
{
background-color: #7CB78B;
}
.BgClassName
{
background-color: #7CB78B;
}
</style>
border-color css
<style>
span { border-color: #7CB78B; }
span { border-color: rgb(124,183,139); }
td.TdClassName
{
border-color: #7CB78B;
}
.TagClassName
{
border-color: #7CB78B;
}
</style>