Shades of Bay Leaf #7DBC8F
Tints of Bay Leaf #7DBC8F
RGB
CMYK
RGB Variations
Color information
#7DBC8F (or 0x7DBC8F) is known color: Bay Leaf. HEX triplet: 7D, BC and 8F. RGB value is (125,188,143). Sum of RGB (Red+Green+Blue) = 125+188+143=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #7DBC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBC8F is #824370. Grayscale: #A4A4A4. Windows color (decimal): -8536945 or 9419901. OLE color: 9419901.
HSL color Cylindrical-coordinate representation of color #7DBC8F: hue angle of 137.14º 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 #7DBC8F is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 188 | 143 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.26 |
| HSL | 137.14º | 0.32% | 0.61% | - |
| HSV(B) | 137.14º | 0.34% | 0.74% | - |
| XYZ | 31.4 | 42.31 | 32.5 | - |
| YUV | 164.03 | 116.13 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 188 | 143 | 0.34 | 0 | 0.24 | 0.26 | 137.14 | 0.32 | 0.61 |
| Hex | 7D | BC | 8F | 22 | 0 | 18 | 1A | 89 | 20 | 3D |
| Octal | 175 | 274 | 217 | 42 | 0 | 30 | 32 | 211 | 40 | 75 |
| Binary | 1111101 | 10111100 | 10001111 | 100010 | 0 | 11000 | 11010 | 10001001 | 100000 | 111101 |
Color Harmonies of #7DBC8F
Complementary color
Monochromatic Colors of #7DBC8F
Black with #7DBC8F
Text Example
Text Example
White with #7DBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBC8F; }
p { color: rgb(125,188,143); }
H1.HeaderClassName
{
color: #7DBC8F;
}
.AnyTagClassName
{
color: #7DBC8F;
}
</style>
background-color css
<style>
a { background-color: #7DBC8F; }
a { background-color: rgb(125,188,143); }
div.DivClassName
{
background-color: #7DBC8F;
}
.BgClassName
{
background-color: #7DBC8F;
}
</style>
border-color css
<style>
span { border-color: #7DBC8F; }
span { border-color: rgb(125,188,143); }
td.TdClassName
{
border-color: #7DBC8F;
}
.TagClassName
{
border-color: #7DBC8F;
}
</style>