Shades of Bay Leaf #7CB98E
Tints of Bay Leaf #7CB98E
RGB
CMYK
RGB Variations
Color information
#7CB98E (or 0x7CB98E) is known color: Bay Leaf. HEX triplet: 7C, B9 and 8E. RGB value is (124,185,142). Sum of RGB (Red+Green+Blue) = 124+185+142=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB98E is #834671. Grayscale: #A1A1A1. Windows color (decimal): -8603250 or 9353596. OLE color: 9353596.
HSL color Cylindrical-coordinate representation of color #7CB98E: hue angle of 137.7º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB98E is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 142 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.27 |
| HSL | 137.7º | 0.3% | 0.61% | - |
| HSV(B) | 137.7º | 0.33% | 0.73% | - |
| XYZ | 30.54 | 40.94 | 31.88 | - |
| YUV | 161.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 142 | 0.33 | 0 | 0.23 | 0.27 | 137.7 | 0.3 | 0.61 |
| Hex | 7C | B9 | 8E | 21 | 0 | 17 | 1B | 8A | 1E | 3D |
| Octal | 174 | 271 | 216 | 41 | 0 | 27 | 33 | 212 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10001110 | 100001 | 0 | 10111 | 11011 | 10001010 | 11110 | 111101 |
Color Harmonies of #7CB98E
Complementary color
Monochromatic Colors of #7CB98E
Black with #7CB98E
Text Example
Text Example
White with #7CB98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB98E; }
p { color: rgb(124,185,142); }
H1.HeaderClassName
{
color: #7CB98E;
}
.AnyTagClassName
{
color: #7CB98E;
}
</style>
background-color css
<style>
a { background-color: #7CB98E; }
a { background-color: rgb(124,185,142); }
div.DivClassName
{
background-color: #7CB98E;
}
.BgClassName
{
background-color: #7CB98E;
}
</style>
border-color css
<style>
span { border-color: #7CB98E; }
span { border-color: rgb(124,185,142); }
td.TdClassName
{
border-color: #7CB98E;
}
.TagClassName
{
border-color: #7CB98E;
}
</style>