Shades of Bay Leaf #7AAC89
Tints of Bay Leaf #7AAC89
RGB
CMYK
RGB Variations
Color information
#7AAC89 (or 0x7AAC89) is known color: Bay Leaf. HEX triplet: 7A, AC and 89. RGB value is (122,172,137). Sum of RGB (Red+Green+Blue) = 122+172+137=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAC89 is #855376. Grayscale: #999999. Windows color (decimal): -8737655 or 9022586. OLE color: 9022586.
HSL color Cylindrical-coordinate representation of color #7AAC89: hue angle of 138º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAC89 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 137 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.33 |
| HSL | 138º | 0.23% | 0.58% | - |
| HSV(B) | 138º | 0.29% | 0.67% | - |
| XYZ | 27.29 | 35.45 | 29.07 | - |
| YUV | 153.06 | 118.94 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 137 | 0.29 | 0 | 0.20 | 0.33 | 138 | 0.23 | 0.58 |
| Hex | 7A | AC | 89 | 1D | 0 | 14 | 21 | 8A | 17 | 3A |
| Octal | 172 | 254 | 211 | 35 | 0 | 24 | 41 | 212 | 27 | 72 |
| Binary | 1111010 | 10101100 | 10001001 | 11101 | 0 | 10100 | 100001 | 10001010 | 10111 | 111010 |
Color Harmonies of #7AAC89
Complementary color
Monochromatic Colors of #7AAC89
Black with #7AAC89
Text Example
Text Example
White with #7AAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC89; }
p { color: rgb(122,172,137); }
H1.HeaderClassName
{
color: #7AAC89;
}
.AnyTagClassName
{
color: #7AAC89;
}
</style>
background-color css
<style>
a { background-color: #7AAC89; }
a { background-color: rgb(122,172,137); }
div.DivClassName
{
background-color: #7AAC89;
}
.BgClassName
{
background-color: #7AAC89;
}
</style>
border-color css
<style>
span { border-color: #7AAC89; }
span { border-color: rgb(122,172,137); }
td.TdClassName
{
border-color: #7AAC89;
}
.TagClassName
{
border-color: #7AAC89;
}
</style>