Shades of Bay Leaf #7AA486
Tints of Bay Leaf #7AA486
RGB
CMYK
RGB Variations
Color information
#7AA486 (or 0x7AA486) is known color: Bay Leaf. HEX triplet: 7A, A4 and 86. RGB value is (122,164,134). Sum of RGB (Red+Green+Blue) = 122+164+134=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA486 is #855B79. Grayscale: #949494. Windows color (decimal): -8739706 or 8823930. OLE color: 8823930.
HSL color Cylindrical-coordinate representation of color #7AA486: hue angle of 137.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA486 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 134 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.36 |
| HSL | 137.14º | 0.19% | 0.56% | - |
| HSV(B) | 137.14º | 0.26% | 0.64% | - |
| XYZ | 25.6 | 32.41 | 27.46 | - |
| YUV | 148.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 134 | 0.26 | 0 | 0.18 | 0.36 | 137.14 | 0.19 | 0.56 |
| Hex | 7A | A4 | 86 | 1A | 0 | 12 | 24 | 89 | 13 | 38 |
| Octal | 172 | 244 | 206 | 32 | 0 | 22 | 44 | 211 | 23 | 70 |
| Binary | 1111010 | 10100100 | 10000110 | 11010 | 0 | 10010 | 100100 | 10001001 | 10011 | 111000 |
Color Harmonies of #7AA486
Complementary color
Monochromatic Colors of #7AA486
Black with #7AA486
Text Example
Text Example
White with #7AA486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA486; }
p { color: rgb(122,164,134); }
H1.HeaderClassName
{
color: #7AA486;
}
.AnyTagClassName
{
color: #7AA486;
}
</style>
background-color css
<style>
a { background-color: #7AA486; }
a { background-color: rgb(122,164,134); }
div.DivClassName
{
background-color: #7AA486;
}
.BgClassName
{
background-color: #7AA486;
}
</style>
border-color css
<style>
span { border-color: #7AA486; }
span { border-color: rgb(122,164,134); }
td.TdClassName
{
border-color: #7AA486;
}
.TagClassName
{
border-color: #7AA486;
}
</style>