Shades of Bay Leaf #7AA088
Tints of Bay Leaf #7AA088
RGB
CMYK
RGB Variations
Color information
#7AA088 (or 0x7AA088) is known color: Bay Leaf. HEX triplet: 7A, A0 and 88. RGB value is (122,160,136). Sum of RGB (Red+Green+Blue) = 122+160+136=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA088 is #855F77. Grayscale: #919191. Windows color (decimal): -8740728 or 8953978. OLE color: 8953978.
HSL color Cylindrical-coordinate representation of color #7AA088: hue angle of 142.11º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA088 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 160 | 136 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.37 |
| HSL | 142.11º | 0.17% | 0.55% | - |
| HSV(B) | 142.11º | 0.24% | 0.63% | - |
| XYZ | 25.04 | 31.06 | 27.97 | - |
| YUV | 145.9 | 122.41 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 160 | 136 | 0.24 | 0 | 0.15 | 0.37 | 142.11 | 0.17 | 0.55 |
| Hex | 7A | A0 | 88 | 18 | 0 | F | 25 | 8E | 11 | 37 |
| Octal | 172 | 240 | 210 | 30 | 0 | 17 | 45 | 216 | 21 | 67 |
| Binary | 1111010 | 10100000 | 10001000 | 11000 | 0 | 1111 | 100101 | 10001110 | 10001 | 110111 |
Color Harmonies of #7AA088
Complementary color
Monochromatic Colors of #7AA088
Black with #7AA088
Text Example
Text Example
White with #7AA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA088; }
p { color: rgb(122,160,136); }
H1.HeaderClassName
{
color: #7AA088;
}
.AnyTagClassName
{
color: #7AA088;
}
</style>
background-color css
<style>
a { background-color: #7AA088; }
a { background-color: rgb(122,160,136); }
div.DivClassName
{
background-color: #7AA088;
}
.BgClassName
{
background-color: #7AA088;
}
</style>
border-color css
<style>
span { border-color: #7AA088; }
span { border-color: rgb(122,160,136); }
td.TdClassName
{
border-color: #7AA088;
}
.TagClassName
{
border-color: #7AA088;
}
</style>