Shades of Bay Leaf #7CB78C
Tints of Bay Leaf #7CB78C
RGB
CMYK
RGB Variations
Color information
#7CB78C (or 0x7CB78C) is known color: Bay Leaf. HEX triplet: 7C, B7 and 8C. RGB value is (124,183,140). Sum of RGB (Red+Green+Blue) = 124+183+140=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB78C is #834873. Grayscale: #A0A0A0. Windows color (decimal): -8603764 or 9222012. OLE color: 9222012.
HSL color Cylindrical-coordinate representation of color #7CB78C: hue angle of 136.27º 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 #7CB78C is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 124 | 183 | 140 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.28 |
| HSL | 136.27º | 0.29% | 0.6% | - |
| HSV(B) | 136.27º | 0.32% | 0.72% | - |
| XYZ | 29.98 | 40.05 | 30.96 | - |
| YUV | 160.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 183 | 140 | 0.32 | 0 | 0.23 | 0.28 | 136.27 | 0.29 | 0.6 |
| Hex | 7C | B7 | 8C | 20 | 0 | 17 | 1C | 88 | 1D | 3C |
| Octal | 174 | 267 | 214 | 40 | 0 | 27 | 34 | 210 | 35 | 74 |
| Binary | 1111100 | 10110111 | 10001100 | 100000 | 0 | 10111 | 11100 | 10001000 | 11101 | 111100 |
Color Harmonies of #7CB78C
Complementary color
Monochromatic Colors of #7CB78C
Black with #7CB78C
Text Example
Text Example
White with #7CB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB78C; }
p { color: rgb(124,183,140); }
H1.HeaderClassName
{
color: #7CB78C;
}
.AnyTagClassName
{
color: #7CB78C;
}
</style>
background-color css
<style>
a { background-color: #7CB78C; }
a { background-color: rgb(124,183,140); }
div.DivClassName
{
background-color: #7CB78C;
}
.BgClassName
{
background-color: #7CB78C;
}
</style>
border-color css
<style>
span { border-color: #7CB78C; }
span { border-color: rgb(124,183,140); }
td.TdClassName
{
border-color: #7CB78C;
}
.TagClassName
{
border-color: #7CB78C;
}
</style>