Shades of Bay Leaf #7CBD91
Tints of Bay Leaf #7CBD91
RGB
CMYK
RGB Variations
Color information
#7CBD91 (or 0x7CBD91) is known color: Bay Leaf. HEX triplet: 7C, BD and 91. RGB value is (124,189,145). Sum of RGB (Red+Green+Blue) = 124+189+145=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBD91 is #83426E. Grayscale: #A4A4A4. Windows color (decimal): -8602223 or 9551228. OLE color: 9551228.
HSL color Cylindrical-coordinate representation of color #7CBD91: hue angle of 139.38º degrees, saturation: 0.33, 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 #7CBD91 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 189 | 145 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.26 |
| HSL | 139.38º | 0.33% | 0.61% | - |
| HSV(B) | 139.38º | 0.34% | 0.74% | - |
| XYZ | 31.62 | 42.72 | 33.37 | - |
| YUV | 164.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 189 | 145 | 0.34 | 0 | 0.23 | 0.26 | 139.38 | 0.33 | 0.61 |
| Hex | 7C | BD | 91 | 22 | 0 | 17 | 1A | 8B | 21 | 3D |
| Octal | 174 | 275 | 221 | 42 | 0 | 27 | 32 | 213 | 41 | 75 |
| Binary | 1111100 | 10111101 | 10010001 | 100010 | 0 | 10111 | 11010 | 10001011 | 100001 | 111101 |
Color Harmonies of #7CBD91
Complementary color
Monochromatic Colors of #7CBD91
Black with #7CBD91
Text Example
Text Example
White with #7CBD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBD91; }
p { color: rgb(124,189,145); }
H1.HeaderClassName
{
color: #7CBD91;
}
.AnyTagClassName
{
color: #7CBD91;
}
</style>
background-color css
<style>
a { background-color: #7CBD91; }
a { background-color: rgb(124,189,145); }
div.DivClassName
{
background-color: #7CBD91;
}
.BgClassName
{
background-color: #7CBD91;
}
</style>
border-color css
<style>
span { border-color: #7CBD91; }
span { border-color: rgb(124,189,145); }
td.TdClassName
{
border-color: #7CBD91;
}
.TagClassName
{
border-color: #7CBD91;
}
</style>