Shades of Bay Leaf #7A9C87
Tints of Bay Leaf #7A9C87
RGB
CMYK
RGB Variations
Color information
#7A9C87 (or 0x7A9C87) is known color: Bay Leaf. HEX triplet: 7A, 9C and 87. RGB value is (122,156,135). Sum of RGB (Red+Green+Blue) = 122+156+135=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9C87 is #856378. Grayscale: #8F8F8F. Windows color (decimal): -8741753 or 8887418. OLE color: 8887418.
HSL color Cylindrical-coordinate representation of color #7A9C87: hue angle of 142.94º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9C87 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 156 | 135 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.39 |
| HSL | 142.94º | 0.15% | 0.55% | - |
| HSV(B) | 142.94º | 0.22% | 0.61% | - |
| XYZ | 24.29 | 29.66 | 27.37 | - |
| YUV | 143.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 135 | 0.22 | 0 | 0.13 | 0.39 | 142.94 | 0.15 | 0.55 |
| Hex | 7A | 9C | 87 | 16 | 0 | D | 27 | 8F | F | 37 |
| Octal | 172 | 234 | 207 | 26 | 0 | 15 | 47 | 217 | 17 | 67 |
| Binary | 1111010 | 10011100 | 10000111 | 10110 | 0 | 1101 | 100111 | 10001111 | 1111 | 110111 |
Color Harmonies of #7A9C87
Complementary color
Monochromatic Colors of #7A9C87
Black with #7A9C87
Text Example
Text Example
White with #7A9C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9C87; }
p { color: rgb(122,156,135); }
H1.HeaderClassName
{
color: #7A9C87;
}
.AnyTagClassName
{
color: #7A9C87;
}
</style>
background-color css
<style>
a { background-color: #7A9C87; }
a { background-color: rgb(122,156,135); }
div.DivClassName
{
background-color: #7A9C87;
}
.BgClassName
{
background-color: #7A9C87;
}
</style>
border-color css
<style>
span { border-color: #7A9C87; }
span { border-color: rgb(122,156,135); }
td.TdClassName
{
border-color: #7A9C87;
}
.TagClassName
{
border-color: #7A9C87;
}
</style>