Shades of Bay Leaf #7A9E88
Tints of Bay Leaf #7A9E88
RGB
CMYK
RGB Variations
Color information
#7A9E88 (or 0x7A9E88) is known color: Bay Leaf. HEX triplet: 7A, 9E and 88. RGB value is (122,158,136). Sum of RGB (Red+Green+Blue) = 122+158+136=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 158 - color contains mainly: green. Hex color #7A9E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9E88 is #856177. Grayscale: #909090. Windows color (decimal): -8741240 or 8953466. OLE color: 8953466.
HSL color Cylindrical-coordinate representation of color #7A9E88: hue angle of 143.33º 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 #7A9E88 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 158 | 136 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.38 |
| HSL | 143.33º | 0.16% | 0.55% | - |
| HSV(B) | 143.33º | 0.23% | 0.62% | - |
| XYZ | 24.7 | 30.37 | 27.85 | - |
| YUV | 144.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 158 | 136 | 0.23 | 0 | 0.14 | 0.38 | 143.33 | 0.16 | 0.55 |
| Hex | 7A | 9E | 88 | 17 | 0 | E | 26 | 8F | 10 | 37 |
| Octal | 172 | 236 | 210 | 27 | 0 | 16 | 46 | 217 | 20 | 67 |
| Binary | 1111010 | 10011110 | 10001000 | 10111 | 0 | 1110 | 100110 | 10001111 | 10000 | 110111 |
Color Harmonies of #7A9E88
Complementary color
Monochromatic Colors of #7A9E88
Black with #7A9E88
Text Example
Text Example
White with #7A9E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9E88; }
p { color: rgb(122,158,136); }
H1.HeaderClassName
{
color: #7A9E88;
}
.AnyTagClassName
{
color: #7A9E88;
}
</style>
background-color css
<style>
a { background-color: #7A9E88; }
a { background-color: rgb(122,158,136); }
div.DivClassName
{
background-color: #7A9E88;
}
.BgClassName
{
background-color: #7A9E88;
}
</style>
border-color css
<style>
span { border-color: #7A9E88; }
span { border-color: rgb(122,158,136); }
td.TdClassName
{
border-color: #7A9E88;
}
.TagClassName
{
border-color: #7A9E88;
}
</style>