Shades of Bay Leaf #7BBE91
Tints of Bay Leaf #7BBE91
RGB
CMYK
RGB Variations
Color information
#7BBE91 (or 0x7BBE91) is known color: Bay Leaf. HEX triplet: 7B, BE and 91. RGB value is (123,190,145). Sum of RGB (Red+Green+Blue) = 123+190+145=458 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.86% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE91 is #84416E. Grayscale: #A4A4A4. Windows color (decimal): -8667503 or 9551483. OLE color: 9551483.
HSL color Cylindrical-coordinate representation of color #7BBE91: hue angle of 139.7º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBE91 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 190 | 145 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.25 |
| HSL | 139.7º | 0.34% | 0.61% | - |
| HSV(B) | 139.7º | 0.35% | 0.75% | - |
| XYZ | 31.69 | 43.08 | 33.43 | - |
| YUV | 164.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 190 | 145 | 0.35 | 0 | 0.24 | 0.25 | 139.7 | 0.34 | 0.61 |
| Hex | 7B | BE | 91 | 23 | 0 | 18 | 19 | 8C | 22 | 3D |
| Octal | 173 | 276 | 221 | 43 | 0 | 30 | 31 | 214 | 42 | 75 |
| Binary | 1111011 | 10111110 | 10010001 | 100011 | 0 | 11000 | 11001 | 10001100 | 100010 | 111101 |
Color Harmonies of #7BBE91
Complementary color
Monochromatic Colors of #7BBE91
Black with #7BBE91
Text Example
Text Example
White with #7BBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBE91; }
p { color: rgb(123,190,145); }
H1.HeaderClassName
{
color: #7BBE91;
}
.AnyTagClassName
{
color: #7BBE91;
}
</style>
background-color css
<style>
a { background-color: #7BBE91; }
a { background-color: rgb(123,190,145); }
div.DivClassName
{
background-color: #7BBE91;
}
.BgClassName
{
background-color: #7BBE91;
}
</style>
border-color css
<style>
span { border-color: #7BBE91; }
span { border-color: rgb(123,190,145); }
td.TdClassName
{
border-color: #7BBE91;
}
.TagClassName
{
border-color: #7BBE91;
}
</style>