Shades of Bay Leaf #7ABA8C
Tints of Bay Leaf #7ABA8C
RGB
CMYK
RGB Variations
Color information
#7ABA8C (or 0x7ABA8C) is known color: Bay Leaf. HEX triplet: 7A, BA and 8C. RGB value is (122,186,140). Sum of RGB (Red+Green+Blue) = 122+186+140=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA8C is #854573. Grayscale: #A1A1A1. Windows color (decimal): -8734068 or 9222778. OLE color: 9222778.
HSL color Cylindrical-coordinate representation of color #7ABA8C: hue angle of 136.88º 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 #7ABA8C is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 140 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.27 |
| HSL | 136.88º | 0.32% | 0.6% | - |
| HSV(B) | 136.88º | 0.34% | 0.73% | - |
| XYZ | 30.32 | 41.15 | 31.16 | - |
| YUV | 161.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 140 | 0.34 | 0 | 0.25 | 0.27 | 136.88 | 0.32 | 0.6 |
| Hex | 7A | BA | 8C | 22 | 0 | 19 | 1B | 89 | 20 | 3C |
| Octal | 172 | 272 | 214 | 42 | 0 | 31 | 33 | 211 | 40 | 74 |
| Binary | 1111010 | 10111010 | 10001100 | 100010 | 0 | 11001 | 11011 | 10001001 | 100000 | 111100 |
Color Harmonies of #7ABA8C
Complementary color
Monochromatic Colors of #7ABA8C
Black with #7ABA8C
Text Example
Text Example
White with #7ABA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA8C; }
p { color: rgb(122,186,140); }
H1.HeaderClassName
{
color: #7ABA8C;
}
.AnyTagClassName
{
color: #7ABA8C;
}
</style>
background-color css
<style>
a { background-color: #7ABA8C; }
a { background-color: rgb(122,186,140); }
div.DivClassName
{
background-color: #7ABA8C;
}
.BgClassName
{
background-color: #7ABA8C;
}
</style>
border-color css
<style>
span { border-color: #7ABA8C; }
span { border-color: rgb(122,186,140); }
td.TdClassName
{
border-color: #7ABA8C;
}
.TagClassName
{
border-color: #7ABA8C;
}
</style>