Shades of Bay Leaf #7AAA89
Tints of Bay Leaf #7AAA89
RGB
CMYK
RGB Variations
Color information
#7AAA89 (or 0x7AAA89) is known color: Bay Leaf. HEX triplet: 7A, AA and 89. RGB value is (122,170,137). Sum of RGB (Red+Green+Blue) = 122+170+137=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA89 is #855576. Grayscale: #979797. Windows color (decimal): -8738167 or 9022074. OLE color: 9022074.
HSL color Cylindrical-coordinate representation of color #7AAA89: hue angle of 138.75º 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 #7AAA89 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 137 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.33 |
| HSL | 138.75º | 0.22% | 0.57% | - |
| HSV(B) | 138.75º | 0.28% | 0.67% | - |
| XYZ | 26.92 | 34.69 | 28.94 | - |
| YUV | 151.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 137 | 0.28 | 0 | 0.19 | 0.33 | 138.75 | 0.22 | 0.57 |
| Hex | 7A | AA | 89 | 1C | 0 | 13 | 21 | 8B | 16 | 39 |
| Octal | 172 | 252 | 211 | 34 | 0 | 23 | 41 | 213 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10001001 | 11100 | 0 | 10011 | 100001 | 10001011 | 10110 | 111001 |
Color Harmonies of #7AAA89
Complementary color
Monochromatic Colors of #7AAA89
Black with #7AAA89
Text Example
Text Example
White with #7AAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA89; }
p { color: rgb(122,170,137); }
H1.HeaderClassName
{
color: #7AAA89;
}
.AnyTagClassName
{
color: #7AAA89;
}
</style>
background-color css
<style>
a { background-color: #7AAA89; }
a { background-color: rgb(122,170,137); }
div.DivClassName
{
background-color: #7AAA89;
}
.BgClassName
{
background-color: #7AAA89;
}
</style>
border-color css
<style>
span { border-color: #7AAA89; }
span { border-color: rgb(122,170,137); }
td.TdClassName
{
border-color: #7AAA89;
}
.TagClassName
{
border-color: #7AAA89;
}
</style>