Shades of Bay Leaf #7BA987
Tints of Bay Leaf #7BA987
RGB
CMYK
RGB Variations
Color information
#7BA987 (or 0x7BA987) is known color: Bay Leaf. HEX triplet: 7B, A9 and 87. RGB value is (123,169,135). Sum of RGB (Red+Green+Blue) = 123+169+135=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA987 is #845678. Grayscale: #979797. Windows color (decimal): -8672889 or 8890747. OLE color: 8890747.
HSL color Cylindrical-coordinate representation of color #7BA987: hue angle of 135.65º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7BA987 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 123 | 169 | 135 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.34 |
| HSL | 135.65º | 0.21% | 0.57% | - |
| HSV(B) | 135.65º | 0.27% | 0.66% | - |
| XYZ | 26.73 | 34.34 | 28.14 | - |
| YUV | 151.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 135 | 0.27 | 0 | 0.20 | 0.34 | 135.65 | 0.21 | 0.57 |
| Hex | 7B | A9 | 87 | 1B | 0 | 14 | 22 | 88 | 15 | 39 |
| Octal | 173 | 251 | 207 | 33 | 0 | 24 | 42 | 210 | 25 | 71 |
| Binary | 1111011 | 10101001 | 10000111 | 11011 | 0 | 10100 | 100010 | 10001000 | 10101 | 111001 |
Color Harmonies of #7BA987
Complementary color
Monochromatic Colors of #7BA987
Black with #7BA987
Text Example
Text Example
White with #7BA987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA987; }
p { color: rgb(123,169,135); }
H1.HeaderClassName
{
color: #7BA987;
}
.AnyTagClassName
{
color: #7BA987;
}
</style>
background-color css
<style>
a { background-color: #7BA987; }
a { background-color: rgb(123,169,135); }
div.DivClassName
{
background-color: #7BA987;
}
.BgClassName
{
background-color: #7BA987;
}
</style>
border-color css
<style>
span { border-color: #7BA987; }
span { border-color: rgb(123,169,135); }
td.TdClassName
{
border-color: #7BA987;
}
.TagClassName
{
border-color: #7BA987;
}
</style>