Shades of Bay Leaf #7AAA8D
Tints of Bay Leaf #7AAA8D
RGB
CMYK
RGB Variations
Color information
#7AAA8D (or 0x7AAA8D) is known color: Bay Leaf. HEX triplet: 7A, AA and 8D. RGB value is (122,170,141). Sum of RGB (Red+Green+Blue) = 122+170+141=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA8D is #855572. Grayscale: #989898. Windows color (decimal): -8738163 or 9284218. OLE color: 9284218.
HSL color Cylindrical-coordinate representation of color #7AAA8D: hue angle of 143.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 #7AAA8D is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 141 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.33 |
| HSL | 143.75º | 0.22% | 0.57% | - |
| HSV(B) | 143.75º | 0.28% | 0.67% | - |
| XYZ | 27.21 | 34.81 | 30.48 | - |
| YUV | 152.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 141 | 0.28 | 0 | 0.17 | 0.33 | 143.75 | 0.22 | 0.57 |
| Hex | 7A | AA | 8D | 1C | 0 | 11 | 21 | 90 | 16 | 39 |
| Octal | 172 | 252 | 215 | 34 | 0 | 21 | 41 | 220 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10001101 | 11100 | 0 | 10001 | 100001 | 10010000 | 10110 | 111001 |
Color Harmonies of #7AAA8D
Complementary color
Monochromatic Colors of #7AAA8D
Black with #7AAA8D
Text Example
Text Example
White with #7AAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA8D; }
p { color: rgb(122,170,141); }
H1.HeaderClassName
{
color: #7AAA8D;
}
.AnyTagClassName
{
color: #7AAA8D;
}
</style>
background-color css
<style>
a { background-color: #7AAA8D; }
a { background-color: rgb(122,170,141); }
div.DivClassName
{
background-color: #7AAA8D;
}
.BgClassName
{
background-color: #7AAA8D;
}
</style>
border-color css
<style>
span { border-color: #7AAA8D; }
span { border-color: rgb(122,170,141); }
td.TdClassName
{
border-color: #7AAA8D;
}
.TagClassName
{
border-color: #7AAA8D;
}
</style>