Shades of Bay Leaf #7BAB87
Tints of Bay Leaf #7BAB87
RGB
CMYK
RGB Variations
Color information
#7BAB87 (or 0x7BAB87) is known color: Bay Leaf. HEX triplet: 7B, AB and 87. RGB value is (123,171,135). Sum of RGB (Red+Green+Blue) = 123+171+135=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAB87 is #845478. Grayscale: #989898. Windows color (decimal): -8672377 or 8891259. OLE color: 8891259.
HSL color Cylindrical-coordinate representation of color #7BAB87: hue angle of 135º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAB87 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 171 | 135 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.33 |
| HSL | 135º | 0.22% | 0.58% | - |
| HSV(B) | 135º | 0.28% | 0.67% | - |
| XYZ | 27.1 | 35.09 | 28.27 | - |
| YUV | 152.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 171 | 135 | 0.28 | 0 | 0.21 | 0.33 | 135 | 0.22 | 0.58 |
| Hex | 7B | AB | 87 | 1C | 0 | 15 | 21 | 87 | 16 | 3A |
| Octal | 173 | 253 | 207 | 34 | 0 | 25 | 41 | 207 | 26 | 72 |
| Binary | 1111011 | 10101011 | 10000111 | 11100 | 0 | 10101 | 100001 | 10000111 | 10110 | 111010 |
Color Harmonies of #7BAB87
Complementary color
Monochromatic Colors of #7BAB87
Black with #7BAB87
Text Example
Text Example
White with #7BAB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAB87; }
p { color: rgb(123,171,135); }
H1.HeaderClassName
{
color: #7BAB87;
}
.AnyTagClassName
{
color: #7BAB87;
}
</style>
background-color css
<style>
a { background-color: #7BAB87; }
a { background-color: rgb(123,171,135); }
div.DivClassName
{
background-color: #7BAB87;
}
.BgClassName
{
background-color: #7BAB87;
}
</style>
border-color css
<style>
span { border-color: #7BAB87; }
span { border-color: rgb(123,171,135); }
td.TdClassName
{
border-color: #7BAB87;
}
.TagClassName
{
border-color: #7BAB87;
}
</style>