Shades of Bay Leaf #7AA587
Tints of Bay Leaf #7AA587
RGB
CMYK
RGB Variations
Color information
#7AA587 (or 0x7AA587) is known color: Bay Leaf. HEX triplet: 7A, A5 and 87. RGB value is (122,165,135). Sum of RGB (Red+Green+Blue) = 122+165+135=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA587 is #855A78. Grayscale: #949494. Windows color (decimal): -8739449 or 8889722. OLE color: 8889722.
HSL color Cylindrical-coordinate representation of color #7AA587: hue angle of 138.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA587 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 165 | 135 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.35 |
| HSL | 138.14º | 0.19% | 0.56% | - |
| HSV(B) | 138.14º | 0.26% | 0.65% | - |
| XYZ | 25.85 | 32.8 | 27.89 | - |
| YUV | 148.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 135 | 0.26 | 0 | 0.18 | 0.35 | 138.14 | 0.19 | 0.56 |
| Hex | 7A | A5 | 87 | 1A | 0 | 12 | 23 | 8A | 13 | 38 |
| Octal | 172 | 245 | 207 | 32 | 0 | 22 | 43 | 212 | 23 | 70 |
| Binary | 1111010 | 10100101 | 10000111 | 11010 | 0 | 10010 | 100011 | 10001010 | 10011 | 111000 |
Color Harmonies of #7AA587
Complementary color
Monochromatic Colors of #7AA587
Black with #7AA587
Text Example
Text Example
White with #7AA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA587; }
p { color: rgb(122,165,135); }
H1.HeaderClassName
{
color: #7AA587;
}
.AnyTagClassName
{
color: #7AA587;
}
</style>
background-color css
<style>
a { background-color: #7AA587; }
a { background-color: rgb(122,165,135); }
div.DivClassName
{
background-color: #7AA587;
}
.BgClassName
{
background-color: #7AA587;
}
</style>
border-color css
<style>
span { border-color: #7AA587; }
span { border-color: rgb(122,165,135); }
td.TdClassName
{
border-color: #7AA587;
}
.TagClassName
{
border-color: #7AA587;
}
</style>