Shades of Bay Leaf #7CBE91
Tints of Bay Leaf #7CBE91
RGB
CMYK
RGB Variations
Color information
#7CBE91 (or 0x7CBE91) is known color: Bay Leaf. HEX triplet: 7C, BE and 91. RGB value is (124,190,145). Sum of RGB (Red+Green+Blue) = 124+190+145=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #7CBE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBE91 is #83416E. Grayscale: #A5A5A5. Windows color (decimal): -8601967 or 9551484. OLE color: 9551484.
HSL color Cylindrical-coordinate representation of color #7CBE91: hue angle of 139.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBE91 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 190 | 145 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.25 |
| HSL | 139.09º | 0.34% | 0.62% | - |
| HSV(B) | 139.09º | 0.35% | 0.75% | - |
| XYZ | 31.84 | 43.16 | 33.44 | - |
| YUV | 165.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 190 | 145 | 0.35 | 0 | 0.24 | 0.25 | 139.09 | 0.34 | 0.62 |
| Hex | 7C | BE | 91 | 23 | 0 | 18 | 19 | 8B | 22 | 3E |
| Octal | 174 | 276 | 221 | 43 | 0 | 30 | 31 | 213 | 42 | 76 |
| Binary | 1111100 | 10111110 | 10010001 | 100011 | 0 | 11000 | 11001 | 10001011 | 100010 | 111110 |
Color Harmonies of #7CBE91
Complementary color
Monochromatic Colors of #7CBE91
Black with #7CBE91
Text Example
Text Example
White with #7CBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBE91; }
p { color: rgb(124,190,145); }
H1.HeaderClassName
{
color: #7CBE91;
}
.AnyTagClassName
{
color: #7CBE91;
}
</style>
background-color css
<style>
a { background-color: #7CBE91; }
a { background-color: rgb(124,190,145); }
div.DivClassName
{
background-color: #7CBE91;
}
.BgClassName
{
background-color: #7CBE91;
}
</style>
border-color css
<style>
span { border-color: #7CBE91; }
span { border-color: rgb(124,190,145); }
td.TdClassName
{
border-color: #7CBE91;
}
.TagClassName
{
border-color: #7CBE91;
}
</style>