Shades of Bay Leaf #7AB38E
Tints of Bay Leaf #7AB38E
RGB
CMYK
RGB Variations
Color information
#7AB38E (or 0x7AB38E) is known color: Bay Leaf. HEX triplet: 7A, B3 and 8E. RGB value is (122,179,142). Sum of RGB (Red+Green+Blue) = 122+179+142=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB38E is #854C71. Grayscale: #9D9D9D. Windows color (decimal): -8735858 or 9352058. OLE color: 9352058.
HSL color Cylindrical-coordinate representation of color #7AB38E: hue angle of 141.05º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB38E is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 142 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.30 |
| HSL | 141.05º | 0.27% | 0.59% | - |
| HSV(B) | 141.05º | 0.32% | 0.7% | - |
| XYZ | 29.03 | 38.33 | 31.46 | - |
| YUV | 157.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 142 | 0.32 | 0 | 0.21 | 0.30 | 141.05 | 0.27 | 0.59 |
| Hex | 7A | B3 | 8E | 20 | 0 | 15 | 1E | 8D | 1B | 3B |
| Octal | 172 | 263 | 216 | 40 | 0 | 25 | 36 | 215 | 33 | 73 |
| Binary | 1111010 | 10110011 | 10001110 | 100000 | 0 | 10101 | 11110 | 10001101 | 11011 | 111011 |
Color Harmonies of #7AB38E
Complementary color
Monochromatic Colors of #7AB38E
Black with #7AB38E
Text Example
Text Example
White with #7AB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB38E; }
p { color: rgb(122,179,142); }
H1.HeaderClassName
{
color: #7AB38E;
}
.AnyTagClassName
{
color: #7AB38E;
}
</style>
background-color css
<style>
a { background-color: #7AB38E; }
a { background-color: rgb(122,179,142); }
div.DivClassName
{
background-color: #7AB38E;
}
.BgClassName
{
background-color: #7AB38E;
}
</style>
border-color css
<style>
span { border-color: #7AB38E; }
span { border-color: rgb(122,179,142); }
td.TdClassName
{
border-color: #7AB38E;
}
.TagClassName
{
border-color: #7AB38E;
}
</style>