Shades of Bay Leaf #7AB986
Tints of Bay Leaf #7AB986
RGB
CMYK
RGB Variations
Color information
#7AB986 (or 0x7AB986) is known color: Bay Leaf. HEX triplet: 7A, B9 and 86. RGB value is (122,185,134). Sum of RGB (Red+Green+Blue) = 122+185+134=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB986 is #854679. Grayscale: #A0A0A0. Windows color (decimal): -8734330 or 8829306. OLE color: 8829306.
HSL color Cylindrical-coordinate representation of color #7AB986: hue angle of 131.43º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB986 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 134 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.27 |
| HSL | 131.43º | 0.31% | 0.6% | - |
| HSV(B) | 131.43º | 0.34% | 0.73% | - |
| XYZ | 29.68 | 40.56 | 28.82 | - |
| YUV | 160.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 134 | 0.34 | 0 | 0.28 | 0.27 | 131.43 | 0.31 | 0.6 |
| Hex | 7A | B9 | 86 | 22 | 0 | 1C | 1B | 83 | 1F | 3C |
| Octal | 172 | 271 | 206 | 42 | 0 | 34 | 33 | 203 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10000110 | 100010 | 0 | 11100 | 11011 | 10000011 | 11111 | 111100 |
Color Harmonies of #7AB986
Complementary color
Monochromatic Colors of #7AB986
Black with #7AB986
Text Example
Text Example
White with #7AB986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB986; }
p { color: rgb(122,185,134); }
H1.HeaderClassName
{
color: #7AB986;
}
.AnyTagClassName
{
color: #7AB986;
}
</style>
background-color css
<style>
a { background-color: #7AB986; }
a { background-color: rgb(122,185,134); }
div.DivClassName
{
background-color: #7AB986;
}
.BgClassName
{
background-color: #7AB986;
}
</style>
border-color css
<style>
span { border-color: #7AB986; }
span { border-color: rgb(122,185,134); }
td.TdClassName
{
border-color: #7AB986;
}
.TagClassName
{
border-color: #7AB986;
}
</style>