Shades of Bay Leaf #7BAA88
Tints of Bay Leaf #7BAA88
RGB
CMYK
RGB Variations
Color information
#7BAA88 (or 0x7BAA88) is known color: Bay Leaf. HEX triplet: 7B, AA and 88. RGB value is (123,170,136). Sum of RGB (Red+Green+Blue) = 123+170+136=429 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.67% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA88 is #845577. Grayscale: #989898. Windows color (decimal): -8672632 or 8956539. OLE color: 8956539.
HSL color Cylindrical-coordinate representation of color #7BAA88: hue angle of 136.6º 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 #7BAA88 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 136 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.33 |
| HSL | 136.6º | 0.22% | 0.57% | - |
| HSV(B) | 136.6º | 0.28% | 0.67% | - |
| XYZ | 26.99 | 34.74 | 28.58 | - |
| YUV | 152.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 136 | 0.28 | 0 | 0.20 | 0.33 | 136.6 | 0.22 | 0.57 |
| Hex | 7B | AA | 88 | 1C | 0 | 14 | 21 | 89 | 16 | 39 |
| Octal | 173 | 252 | 210 | 34 | 0 | 24 | 41 | 211 | 26 | 71 |
| Binary | 1111011 | 10101010 | 10001000 | 11100 | 0 | 10100 | 100001 | 10001001 | 10110 | 111001 |
Color Harmonies of #7BAA88
Complementary color
Monochromatic Colors of #7BAA88
Black with #7BAA88
Text Example
Text Example
White with #7BAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA88; }
p { color: rgb(123,170,136); }
H1.HeaderClassName
{
color: #7BAA88;
}
.AnyTagClassName
{
color: #7BAA88;
}
</style>
background-color css
<style>
a { background-color: #7BAA88; }
a { background-color: rgb(123,170,136); }
div.DivClassName
{
background-color: #7BAA88;
}
.BgClassName
{
background-color: #7BAA88;
}
</style>
border-color css
<style>
span { border-color: #7BAA88; }
span { border-color: rgb(123,170,136); }
td.TdClassName
{
border-color: #7BAA88;
}
.TagClassName
{
border-color: #7BAA88;
}
</style>