Shades of Bay Leaf #7AB98F
Tints of Bay Leaf #7AB98F
RGB
CMYK
RGB Variations
Color information
#7AB98F (or 0x7AB98F) is known color: Bay Leaf. HEX triplet: 7A, B9 and 8F. RGB value is (122,185,143). Sum of RGB (Red+Green+Blue) = 122+185+143=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB98F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB98F is #854670. Grayscale: #A1A1A1. Windows color (decimal): -8734321 or 9419130. OLE color: 9419130.
HSL color Cylindrical-coordinate representation of color #7AB98F: hue angle of 140º 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 #7AB98F is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 143 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.27 |
| HSL | 140º | 0.31% | 0.6% | - |
| HSV(B) | 140º | 0.34% | 0.73% | - |
| XYZ | 30.33 | 40.82 | 32.27 | - |
| YUV | 161.38 | 117.63 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 143 | 0.34 | 0 | 0.23 | 0.27 | 140 | 0.31 | 0.6 |
| Hex | 7A | B9 | 8F | 22 | 0 | 17 | 1B | 8C | 1F | 3C |
| Octal | 172 | 271 | 217 | 42 | 0 | 27 | 33 | 214 | 37 | 74 |
| Binary | 1111010 | 10111001 | 10001111 | 100010 | 0 | 10111 | 11011 | 10001100 | 11111 | 111100 |
Color Harmonies of #7AB98F
Complementary color
Monochromatic Colors of #7AB98F
Black with #7AB98F
Text Example
Text Example
White with #7AB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB98F; }
p { color: rgb(122,185,143); }
H1.HeaderClassName
{
color: #7AB98F;
}
.AnyTagClassName
{
color: #7AB98F;
}
</style>
background-color css
<style>
a { background-color: #7AB98F; }
a { background-color: rgb(122,185,143); }
div.DivClassName
{
background-color: #7AB98F;
}
.BgClassName
{
background-color: #7AB98F;
}
</style>
border-color css
<style>
span { border-color: #7AB98F; }
span { border-color: rgb(122,185,143); }
td.TdClassName
{
border-color: #7AB98F;
}
.TagClassName
{
border-color: #7AB98F;
}
</style>