Shades of Bay Leaf #7AAA86
Tints of Bay Leaf #7AAA86
RGB
CMYK
RGB Variations
Color information
#7AAA86 (or 0x7AAA86) is known color: Bay Leaf. HEX triplet: 7A, AA and 86. RGB value is (122,170,134). Sum of RGB (Red+Green+Blue) = 122+170+134=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA86 is #855579. Grayscale: #979797. Windows color (decimal): -8738170 or 8825466. OLE color: 8825466.
HSL color Cylindrical-coordinate representation of color #7AAA86: hue angle of 135º 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 #7AAA86 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 134 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.33 |
| HSL | 135º | 0.22% | 0.57% | - |
| HSV(B) | 135º | 0.28% | 0.67% | - |
| XYZ | 26.7 | 34.61 | 27.83 | - |
| YUV | 151.54 | 118.1 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 134 | 0.28 | 0 | 0.21 | 0.33 | 135 | 0.22 | 0.57 |
| Hex | 7A | AA | 86 | 1C | 0 | 15 | 21 | 87 | 16 | 39 |
| Octal | 172 | 252 | 206 | 34 | 0 | 25 | 41 | 207 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10000110 | 11100 | 0 | 10101 | 100001 | 10000111 | 10110 | 111001 |
Color Harmonies of #7AAA86
Complementary color
Monochromatic Colors of #7AAA86
Black with #7AAA86
Text Example
Text Example
White with #7AAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA86; }
p { color: rgb(122,170,134); }
H1.HeaderClassName
{
color: #7AAA86;
}
.AnyTagClassName
{
color: #7AAA86;
}
</style>
background-color css
<style>
a { background-color: #7AAA86; }
a { background-color: rgb(122,170,134); }
div.DivClassName
{
background-color: #7AAA86;
}
.BgClassName
{
background-color: #7AAA86;
}
</style>
border-color css
<style>
span { border-color: #7AAA86; }
span { border-color: rgb(122,170,134); }
td.TdClassName
{
border-color: #7AAA86;
}
.TagClassName
{
border-color: #7AAA86;
}
</style>