Shades of Bay Leaf #7BA289
Tints of Bay Leaf #7BA289
RGB
CMYK
RGB Variations
Color information
#7BA289 (or 0x7BA289) is known color: Bay Leaf. HEX triplet: 7B, A2 and 89. RGB value is (123,162,137). Sum of RGB (Red+Green+Blue) = 123+162+137=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 162 - color contains mainly: green. Hex color #7BA289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA289 is #845D76. Grayscale: #939393. Windows color (decimal): -8674679 or 9020027. OLE color: 9020027.
HSL color Cylindrical-coordinate representation of color #7BA289: hue angle of 141.54º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7BA289 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 162 | 137 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.36 |
| HSL | 141.54º | 0.17% | 0.56% | - |
| HSV(B) | 141.54º | 0.24% | 0.64% | - |
| XYZ | 25.6 | 31.86 | 28.47 | - |
| YUV | 147.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 137 | 0.24 | 0 | 0.15 | 0.36 | 141.54 | 0.17 | 0.56 |
| Hex | 7B | A2 | 89 | 18 | 0 | F | 24 | 8E | 11 | 38 |
| Octal | 173 | 242 | 211 | 30 | 0 | 17 | 44 | 216 | 21 | 70 |
| Binary | 1111011 | 10100010 | 10001001 | 11000 | 0 | 1111 | 100100 | 10001110 | 10001 | 111000 |
Color Harmonies of #7BA289
Complementary color
Monochromatic Colors of #7BA289
Black with #7BA289
Text Example
Text Example
White with #7BA289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA289; }
p { color: rgb(123,162,137); }
H1.HeaderClassName
{
color: #7BA289;
}
.AnyTagClassName
{
color: #7BA289;
}
</style>
background-color css
<style>
a { background-color: #7BA289; }
a { background-color: rgb(123,162,137); }
div.DivClassName
{
background-color: #7BA289;
}
.BgClassName
{
background-color: #7BA289;
}
</style>
border-color css
<style>
span { border-color: #7BA289; }
span { border-color: rgb(123,162,137); }
td.TdClassName
{
border-color: #7BA289;
}
.TagClassName
{
border-color: #7BA289;
}
</style>