Shades of Bay Leaf #7BAA87
Tints of Bay Leaf #7BAA87
RGB
CMYK
RGB Variations
Color information
#7BAA87 (or 0x7BAA87) is known color: Bay Leaf. HEX triplet: 7B, AA and 87. RGB value is (123,170,135). Sum of RGB (Red+Green+Blue) = 123+170+135=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA87 is #845578. Grayscale: #989898. Windows color (decimal): -8672633 or 8891003. OLE color: 8891003.
HSL color Cylindrical-coordinate representation of color #7BAA87: hue angle of 135.32º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA87 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 135 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.33 |
| HSL | 135.32º | 0.22% | 0.57% | - |
| HSV(B) | 135.32º | 0.28% | 0.67% | - |
| XYZ | 26.92 | 34.71 | 28.2 | - |
| YUV | 151.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 135 | 0.28 | 0 | 0.21 | 0.33 | 135.32 | 0.22 | 0.57 |
| Hex | 7B | AA | 87 | 1C | 0 | 15 | 21 | 87 | 16 | 39 |
| Octal | 173 | 252 | 207 | 34 | 0 | 25 | 41 | 207 | 26 | 71 |
| Binary | 1111011 | 10101010 | 10000111 | 11100 | 0 | 10101 | 100001 | 10000111 | 10110 | 111001 |
Color Harmonies of #7BAA87
Complementary color
Monochromatic Colors of #7BAA87
Black with #7BAA87
Text Example
Text Example
White with #7BAA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA87; }
p { color: rgb(123,170,135); }
H1.HeaderClassName
{
color: #7BAA87;
}
.AnyTagClassName
{
color: #7BAA87;
}
</style>
background-color css
<style>
a { background-color: #7BAA87; }
a { background-color: rgb(123,170,135); }
div.DivClassName
{
background-color: #7BAA87;
}
.BgClassName
{
background-color: #7BAA87;
}
</style>
border-color css
<style>
span { border-color: #7BAA87; }
span { border-color: rgb(123,170,135); }
td.TdClassName
{
border-color: #7BAA87;
}
.TagClassName
{
border-color: #7BAA87;
}
</style>