Shades of Bay Leaf #7ABA85
Tints of Bay Leaf #7ABA85
RGB
CMYK
RGB Variations
Color information
#7ABA85 (or 0x7ABA85) is known color: Bay Leaf. HEX triplet: 7A, BA and 85. RGB value is (122,186,133). Sum of RGB (Red+Green+Blue) = 122+186+133=441 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.66% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA85 is #85457A. Grayscale: #A0A0A0. Windows color (decimal): -8734075 or 8764026. OLE color: 8764026.
HSL color Cylindrical-coordinate representation of color #7ABA85: hue angle of 130.31º degrees, saturation: 0.32, 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 #7ABA85 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 133 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.27 |
| HSL | 130.31º | 0.32% | 0.6% | - |
| HSV(B) | 130.31º | 0.34% | 0.73% | - |
| XYZ | 29.82 | 40.95 | 28.52 | - |
| YUV | 160.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 133 | 0.34 | 0 | 0.28 | 0.27 | 130.31 | 0.32 | 0.6 |
| Hex | 7A | BA | 85 | 22 | 0 | 1C | 1B | 82 | 20 | 3C |
| Octal | 172 | 272 | 205 | 42 | 0 | 34 | 33 | 202 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10000101 | 100010 | 0 | 11100 | 11011 | 10000010 | 100000 | 111100 |
Color Harmonies of #7ABA85
Complementary color
Monochromatic Colors of #7ABA85
Black with #7ABA85
Text Example
Text Example
White with #7ABA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA85; }
p { color: rgb(122,186,133); }
H1.HeaderClassName
{
color: #7ABA85;
}
.AnyTagClassName
{
color: #7ABA85;
}
</style>
background-color css
<style>
a { background-color: #7ABA85; }
a { background-color: rgb(122,186,133); }
div.DivClassName
{
background-color: #7ABA85;
}
.BgClassName
{
background-color: #7ABA85;
}
</style>
border-color css
<style>
span { border-color: #7ABA85; }
span { border-color: rgb(122,186,133); }
td.TdClassName
{
border-color: #7ABA85;
}
.TagClassName
{
border-color: #7ABA85;
}
</style>