Shades of Bay Leaf #7BAA89
Tints of Bay Leaf #7BAA89
RGB
CMYK
RGB Variations
Color information
#7BAA89 (or 0x7BAA89) is known color: Bay Leaf. HEX triplet: 7B, AA and 89. RGB value is (123,170,137). Sum of RGB (Red+Green+Blue) = 123+170+137=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 137 (53.91% from 255 or 31.86% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAA89 is #845576. Grayscale: #989898. Windows color (decimal): -8672631 or 9022075. OLE color: 9022075.
HSL color Cylindrical-coordinate representation of color #7BAA89: hue angle of 137.87º 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 #7BAA89 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 170 | 137 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.33 |
| HSL | 137.87º | 0.22% | 0.57% | - |
| HSV(B) | 137.87º | 0.28% | 0.67% | - |
| XYZ | 27.06 | 34.77 | 28.95 | - |
| YUV | 152.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 137 | 0.28 | 0 | 0.19 | 0.33 | 137.87 | 0.22 | 0.57 |
| Hex | 7B | AA | 89 | 1C | 0 | 13 | 21 | 8A | 16 | 39 |
| Octal | 173 | 252 | 211 | 34 | 0 | 23 | 41 | 212 | 26 | 71 |
| Binary | 1111011 | 10101010 | 10001001 | 11100 | 0 | 10011 | 100001 | 10001010 | 10110 | 111001 |
Color Harmonies of #7BAA89
Complementary color
Monochromatic Colors of #7BAA89
Black with #7BAA89
Text Example
Text Example
White with #7BAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAA89; }
p { color: rgb(123,170,137); }
H1.HeaderClassName
{
color: #7BAA89;
}
.AnyTagClassName
{
color: #7BAA89;
}
</style>
background-color css
<style>
a { background-color: #7BAA89; }
a { background-color: rgb(123,170,137); }
div.DivClassName
{
background-color: #7BAA89;
}
.BgClassName
{
background-color: #7BAA89;
}
</style>
border-color css
<style>
span { border-color: #7BAA89; }
span { border-color: rgb(123,170,137); }
td.TdClassName
{
border-color: #7BAA89;
}
.TagClassName
{
border-color: #7BAA89;
}
</style>