Shades of Bay Leaf #7AAF89
Tints of Bay Leaf #7AAF89
RGB
CMYK
RGB Variations
Color information
#7AAF89 (or 0x7AAF89) is known color: Bay Leaf. HEX triplet: 7A, AF and 89. RGB value is (122,175,137). Sum of RGB (Red+Green+Blue) = 122+175+137=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF89 is #855076. Grayscale: #9A9A9A. Windows color (decimal): -8736887 or 9023354. OLE color: 9023354.
HSL color Cylindrical-coordinate representation of color #7AAF89: hue angle of 136.98º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF89 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 137 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.31 |
| HSL | 136.98º | 0.25% | 0.58% | - |
| HSV(B) | 136.98º | 0.3% | 0.69% | - |
| XYZ | 27.87 | 36.6 | 29.26 | - |
| YUV | 154.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 137 | 0.30 | 0 | 0.22 | 0.31 | 136.98 | 0.25 | 0.58 |
| Hex | 7A | AF | 89 | 1E | 0 | 16 | 1F | 89 | 19 | 3A |
| Octal | 172 | 257 | 211 | 36 | 0 | 26 | 37 | 211 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10001001 | 11110 | 0 | 10110 | 11111 | 10001001 | 11001 | 111010 |
Color Harmonies of #7AAF89
Complementary color
Monochromatic Colors of #7AAF89
Black with #7AAF89
Text Example
Text Example
White with #7AAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF89; }
p { color: rgb(122,175,137); }
H1.HeaderClassName
{
color: #7AAF89;
}
.AnyTagClassName
{
color: #7AAF89;
}
</style>
background-color css
<style>
a { background-color: #7AAF89; }
a { background-color: rgb(122,175,137); }
div.DivClassName
{
background-color: #7AAF89;
}
.BgClassName
{
background-color: #7AAF89;
}
</style>
border-color css
<style>
span { border-color: #7AAF89; }
span { border-color: rgb(122,175,137); }
td.TdClassName
{
border-color: #7AAF89;
}
.TagClassName
{
border-color: #7AAF89;
}
</style>