Shades of Bay Leaf #7ABE89
Tints of Bay Leaf #7ABE89
RGB
CMYK
RGB Variations
Color information
#7ABE89 (or 0x7ABE89) is known color: Bay Leaf. HEX triplet: 7A, BE and 89. RGB value is (122,190,137). Sum of RGB (Red+Green+Blue) = 122+190+137=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 190 (74.61% from 255 or 42.32% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 190 - color contains mainly: green. Hex color #7ABE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABE89 is #854176. Grayscale: #A3A3A3. Windows color (decimal): -8733047 or 9027194. OLE color: 9027194.
HSL color Cylindrical-coordinate representation of color #7ABE89: hue angle of 133.24º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABE89 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 137 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.25 |
| HSL | 133.24º | 0.34% | 0.61% | - |
| HSV(B) | 133.24º | 0.36% | 0.75% | - |
| XYZ | 30.95 | 42.77 | 30.29 | - |
| YUV | 163.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 137 | 0.36 | 0 | 0.28 | 0.25 | 133.24 | 0.34 | 0.61 |
| Hex | 7A | BE | 89 | 24 | 0 | 1C | 19 | 85 | 22 | 3D |
| Octal | 172 | 276 | 211 | 44 | 0 | 34 | 31 | 205 | 42 | 75 |
| Binary | 1111010 | 10111110 | 10001001 | 100100 | 0 | 11100 | 11001 | 10000101 | 100010 | 111101 |
Color Harmonies of #7ABE89
Complementary color
Monochromatic Colors of #7ABE89
Black with #7ABE89
Text Example
Text Example
White with #7ABE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABE89; }
p { color: rgb(122,190,137); }
H1.HeaderClassName
{
color: #7ABE89;
}
.AnyTagClassName
{
color: #7ABE89;
}
</style>
background-color css
<style>
a { background-color: #7ABE89; }
a { background-color: rgb(122,190,137); }
div.DivClassName
{
background-color: #7ABE89;
}
.BgClassName
{
background-color: #7ABE89;
}
</style>
border-color css
<style>
span { border-color: #7ABE89; }
span { border-color: rgb(122,190,137); }
td.TdClassName
{
border-color: #7ABE89;
}
.TagClassName
{
border-color: #7ABE89;
}
</style>