Shades of Bay Leaf #7A9F88
Tints of Bay Leaf #7A9F88
RGB
CMYK
RGB Variations
Color information
#7A9F88 (or 0x7A9F88) is known color: Bay Leaf. HEX triplet: 7A, 9F and 88. RGB value is (122,159,136). Sum of RGB (Red+Green+Blue) = 122+159+136=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F88 is #856077. Grayscale: #919191. Windows color (decimal): -8740984 or 8953722. OLE color: 8953722.
HSL color Cylindrical-coordinate representation of color #7A9F88: hue angle of 142.7º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F88 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 136 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.38 |
| HSL | 142.7º | 0.16% | 0.55% | - |
| HSV(B) | 142.7º | 0.23% | 0.62% | - |
| XYZ | 24.87 | 30.71 | 27.91 | - |
| YUV | 145.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 136 | 0.23 | 0 | 0.14 | 0.38 | 142.7 | 0.16 | 0.55 |
| Hex | 7A | 9F | 88 | 17 | 0 | E | 26 | 8F | 10 | 37 |
| Octal | 172 | 237 | 210 | 27 | 0 | 16 | 46 | 217 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10001000 | 10111 | 0 | 1110 | 100110 | 10001111 | 10000 | 110111 |
Color Harmonies of #7A9F88
Complementary color
Monochromatic Colors of #7A9F88
Black with #7A9F88
Text Example
Text Example
White with #7A9F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F88; }
p { color: rgb(122,159,136); }
H1.HeaderClassName
{
color: #7A9F88;
}
.AnyTagClassName
{
color: #7A9F88;
}
</style>
background-color css
<style>
a { background-color: #7A9F88; }
a { background-color: rgb(122,159,136); }
div.DivClassName
{
background-color: #7A9F88;
}
.BgClassName
{
background-color: #7A9F88;
}
</style>
border-color css
<style>
span { border-color: #7A9F88; }
span { border-color: rgb(122,159,136); }
td.TdClassName
{
border-color: #7A9F88;
}
.TagClassName
{
border-color: #7A9F88;
}
</style>