Shades of Bay Leaf #7DBC8E
Tints of Bay Leaf #7DBC8E
RGB
CMYK
RGB Variations
Color information
#7DBC8E (or 0x7DBC8E) is known color: Bay Leaf. HEX triplet: 7D, BC and 8E. RGB value is (125,188,142). Sum of RGB (Red+Green+Blue) = 125+188+142=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBC8E is #824371. Grayscale: #A4A4A4. Windows color (decimal): -8536946 or 9354365. OLE color: 9354365.
HSL color Cylindrical-coordinate representation of color #7DBC8E: hue angle of 136.19º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBC8E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 142 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.26 |
| HSL | 136.19º | 0.32% | 0.61% | - |
| HSV(B) | 136.19º | 0.34% | 0.74% | - |
| XYZ | 31.32 | 42.28 | 32.1 | - |
| YUV | 163.92 | 115.63 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 142 | 0.34 | 0 | 0.24 | 0.26 | 136.19 | 0.32 | 0.61 |
| Hex | 7D | BC | 8E | 22 | 0 | 18 | 1A | 88 | 20 | 3D |
| Octal | 175 | 274 | 216 | 42 | 0 | 30 | 32 | 210 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10001110 | 100010 | 0 | 11000 | 11010 | 10001000 | 100000 | 111101 |
Color Harmonies of #7DBC8E
Complementary color
Monochromatic Colors of #7DBC8E
Black with #7DBC8E
Text Example
Text Example
White with #7DBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC8E; }
p { color: rgb(125,188,142); }
H1.HeaderClassName
{
color: #7DBC8E;
}
.AnyTagClassName
{
color: #7DBC8E;
}
</style>
background-color css
<style>
a { background-color: #7DBC8E; }
a { background-color: rgb(125,188,142); }
div.DivClassName
{
background-color: #7DBC8E;
}
.BgClassName
{
background-color: #7DBC8E;
}
</style>
border-color css
<style>
span { border-color: #7DBC8E; }
span { border-color: rgb(125,188,142); }
td.TdClassName
{
border-color: #7DBC8E;
}
.TagClassName
{
border-color: #7DBC8E;
}
</style>