Shades of Bay Leaf #7AA185
Tints of Bay Leaf #7AA185
RGB
CMYK
RGB Variations
Color information
#7AA185 (or 0x7AA185) is known color: Bay Leaf. HEX triplet: 7A, A1 and 85. RGB value is (122,161,133). Sum of RGB (Red+Green+Blue) = 122+161+133=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA185 is #855E7A. Grayscale: #929292. Windows color (decimal): -8740475 or 8757626. OLE color: 8757626.
HSL color Cylindrical-coordinate representation of color #7AA185: hue angle of 136.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA185 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 133 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.37 |
| HSL | 136.92º | 0.17% | 0.55% | - |
| HSV(B) | 136.92º | 0.24% | 0.63% | - |
| XYZ | 25 | 31.32 | 26.92 | - |
| YUV | 146.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 133 | 0.24 | 0 | 0.17 | 0.37 | 136.92 | 0.17 | 0.55 |
| Hex | 7A | A1 | 85 | 18 | 0 | 11 | 25 | 89 | 11 | 37 |
| Octal | 172 | 241 | 205 | 30 | 0 | 21 | 45 | 211 | 21 | 67 |
| Binary | 1111010 | 10100001 | 10000101 | 11000 | 0 | 10001 | 100101 | 10001001 | 10001 | 110111 |
Color Harmonies of #7AA185
Complementary color
Monochromatic Colors of #7AA185
Black with #7AA185
Text Example
Text Example
White with #7AA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA185; }
p { color: rgb(122,161,133); }
H1.HeaderClassName
{
color: #7AA185;
}
.AnyTagClassName
{
color: #7AA185;
}
</style>
background-color css
<style>
a { background-color: #7AA185; }
a { background-color: rgb(122,161,133); }
div.DivClassName
{
background-color: #7AA185;
}
.BgClassName
{
background-color: #7AA185;
}
</style>
border-color css
<style>
span { border-color: #7AA185; }
span { border-color: rgb(122,161,133); }
td.TdClassName
{
border-color: #7AA185;
}
.TagClassName
{
border-color: #7AA185;
}
</style>