Shades of Bay Leaf #7AAF8D
Tints of Bay Leaf #7AAF8D
RGB
CMYK
RGB Variations
Color information
#7AAF8D (or 0x7AAF8D) is known color: Bay Leaf. HEX triplet: 7A, AF and 8D. RGB value is (122,175,141). Sum of RGB (Red+Green+Blue) = 122+175+141=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF8D is #855072. Grayscale: #9B9B9B. Windows color (decimal): -8736883 or 9285498. OLE color: 9285498.
HSL color Cylindrical-coordinate representation of color #7AAF8D: hue angle of 141.51º 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 #7AAF8D is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 141 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.31 |
| HSL | 141.51º | 0.25% | 0.58% | - |
| HSV(B) | 141.51º | 0.3% | 0.69% | - |
| XYZ | 28.16 | 36.72 | 30.8 | - |
| YUV | 155.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 141 | 0.30 | 0 | 0.19 | 0.31 | 141.51 | 0.25 | 0.58 |
| Hex | 7A | AF | 8D | 1E | 0 | 13 | 1F | 8E | 19 | 3A |
| Octal | 172 | 257 | 215 | 36 | 0 | 23 | 37 | 216 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10001101 | 11110 | 0 | 10011 | 11111 | 10001110 | 11001 | 111010 |
Color Harmonies of #7AAF8D
Complementary color
Monochromatic Colors of #7AAF8D
Black with #7AAF8D
Text Example
Text Example
White with #7AAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF8D; }
p { color: rgb(122,175,141); }
H1.HeaderClassName
{
color: #7AAF8D;
}
.AnyTagClassName
{
color: #7AAF8D;
}
</style>
background-color css
<style>
a { background-color: #7AAF8D; }
a { background-color: rgb(122,175,141); }
div.DivClassName
{
background-color: #7AAF8D;
}
.BgClassName
{
background-color: #7AAF8D;
}
</style>
border-color css
<style>
span { border-color: #7AAF8D; }
span { border-color: rgb(122,175,141); }
td.TdClassName
{
border-color: #7AAF8D;
}
.TagClassName
{
border-color: #7AAF8D;
}
</style>