Shades of Bay Leaf #7AB98D
Tints of Bay Leaf #7AB98D
RGB
CMYK
RGB Variations
Color information
#7AB98D (or 0x7AB98D) is known color: Bay Leaf. HEX triplet: 7A, B9 and 8D. RGB value is (122,185,141). Sum of RGB (Red+Green+Blue) = 122+185+141=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB98D is #854672. Grayscale: #A1A1A1. Windows color (decimal): -8734323 or 9288058. OLE color: 9288058.
HSL color Cylindrical-coordinate representation of color #7AB98D: hue angle of 138.1º degrees, saturation: 0.31, 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 #7AB98D is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 141 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.27 |
| HSL | 138.1º | 0.31% | 0.6% | - |
| HSV(B) | 138.1º | 0.34% | 0.73% | - |
| XYZ | 30.18 | 40.76 | 31.48 | - |
| YUV | 161.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 141 | 0.34 | 0 | 0.24 | 0.27 | 138.1 | 0.31 | 0.6 |
| Hex | 7A | B9 | 8D | 22 | 0 | 18 | 1B | 8A | 1F | 3C |
| Octal | 172 | 271 | 215 | 42 | 0 | 30 | 33 | 212 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10001101 | 100010 | 0 | 11000 | 11011 | 10001010 | 11111 | 111100 |
Color Harmonies of #7AB98D
Complementary color
Monochromatic Colors of #7AB98D
Black with #7AB98D
Text Example
Text Example
White with #7AB98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB98D; }
p { color: rgb(122,185,141); }
H1.HeaderClassName
{
color: #7AB98D;
}
.AnyTagClassName
{
color: #7AB98D;
}
</style>
background-color css
<style>
a { background-color: #7AB98D; }
a { background-color: rgb(122,185,141); }
div.DivClassName
{
background-color: #7AB98D;
}
.BgClassName
{
background-color: #7AB98D;
}
</style>
border-color css
<style>
span { border-color: #7AB98D; }
span { border-color: rgb(122,185,141); }
td.TdClassName
{
border-color: #7AB98D;
}
.TagClassName
{
border-color: #7AB98D;
}
</style>