Shades of Bay Leaf #7BC089
Tints of Bay Leaf #7BC089
RGB
CMYK
RGB Variations
Color information
#7BC089 (or 0x7BC089) is known color: Bay Leaf. HEX triplet: 7B, C0 and 89. RGB value is (123,192,137). Sum of RGB (Red+Green+Blue) = 123+192+137=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC089 is #843F76. Grayscale: #A5A5A5. Windows color (decimal): -8666999 or 9027707. OLE color: 9027707.
HSL color Cylindrical-coordinate representation of color #7BC089: hue angle of 132.17º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC089 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 137 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.25 |
| HSL | 132.17º | 0.35% | 0.62% | - |
| HSV(B) | 132.17º | 0.36% | 0.75% | - |
| XYZ | 31.53 | 43.72 | 30.44 | - |
| YUV | 165.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 137 | 0.36 | 0 | 0.29 | 0.25 | 132.17 | 0.35 | 0.62 |
| Hex | 7B | C0 | 89 | 24 | 0 | 1D | 19 | 84 | 23 | 3E |
| Octal | 173 | 300 | 211 | 44 | 0 | 35 | 31 | 204 | 43 | 76 |
| Binary | 1111011 | 11000000 | 10001001 | 100100 | 0 | 11101 | 11001 | 10000100 | 100011 | 111110 |
Color Harmonies of #7BC089
Complementary color
Monochromatic Colors of #7BC089
Black with #7BC089
Text Example
Text Example
White with #7BC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC089; }
p { color: rgb(123,192,137); }
H1.HeaderClassName
{
color: #7BC089;
}
.AnyTagClassName
{
color: #7BC089;
}
</style>
background-color css
<style>
a { background-color: #7BC089; }
a { background-color: rgb(123,192,137); }
div.DivClassName
{
background-color: #7BC089;
}
.BgClassName
{
background-color: #7BC089;
}
</style>
border-color css
<style>
span { border-color: #7BC089; }
span { border-color: rgb(123,192,137); }
td.TdClassName
{
border-color: #7BC089;
}
.TagClassName
{
border-color: #7BC089;
}
</style>