Shades of Bay Leaf #7AB686
Tints of Bay Leaf #7AB686
RGB
CMYK
RGB Variations
Color information
#7AB686 (or 0x7AB686) is known color: Bay Leaf. HEX triplet: 7A, B6 and 86. RGB value is (122,182,134). Sum of RGB (Red+Green+Blue) = 122+182+134=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB686 is #854979. Grayscale: #9E9E9E. Windows color (decimal): -8735098 or 8828538. OLE color: 8828538.
HSL color Cylindrical-coordinate representation of color #7AB686: hue angle of 132º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB686 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 182 | 134 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.29 |
| HSL | 132º | 0.29% | 0.6% | - |
| HSV(B) | 132º | 0.33% | 0.71% | - |
| XYZ | 29.06 | 39.31 | 28.61 | - |
| YUV | 158.59 | 114.12 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 182 | 134 | 0.33 | 0 | 0.26 | 0.29 | 132 | 0.29 | 0.6 |
| Hex | 7A | B6 | 86 | 21 | 0 | 1A | 1D | 84 | 1D | 3C |
| Octal | 172 | 266 | 206 | 41 | 0 | 32 | 35 | 204 | 35 | 74 |
| Binary | 1111010 | 10110110 | 10000110 | 100001 | 0 | 11010 | 11101 | 10000100 | 11101 | 111100 |
Color Harmonies of #7AB686
Complementary color
Monochromatic Colors of #7AB686
Black with #7AB686
Text Example
Text Example
White with #7AB686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB686; }
p { color: rgb(122,182,134); }
H1.HeaderClassName
{
color: #7AB686;
}
.AnyTagClassName
{
color: #7AB686;
}
</style>
background-color css
<style>
a { background-color: #7AB686; }
a { background-color: rgb(122,182,134); }
div.DivClassName
{
background-color: #7AB686;
}
.BgClassName
{
background-color: #7AB686;
}
</style>
border-color css
<style>
span { border-color: #7AB686; }
span { border-color: rgb(122,182,134); }
td.TdClassName
{
border-color: #7AB686;
}
.TagClassName
{
border-color: #7AB686;
}
</style>