Shades of Bay Leaf #7AB88E
Tints of Bay Leaf #7AB88E
RGB
CMYK
RGB Variations
Color information
#7AB88E (or 0x7AB88E) is known color: Bay Leaf. HEX triplet: 7A, B8 and 8E. RGB value is (122,184,142). Sum of RGB (Red+Green+Blue) = 122+184+142=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #7AB88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB88E is #854771. Grayscale: #A0A0A0. Windows color (decimal): -8734578 or 9353338. OLE color: 9353338.
HSL color Cylindrical-coordinate representation of color #7AB88E: hue angle of 139.35º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB88E is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 122 | 184 | 142 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.28 |
| HSL | 139.35º | 0.3% | 0.6% | - |
| HSV(B) | 139.35º | 0.34% | 0.72% | - |
| XYZ | 30.05 | 40.37 | 31.8 | - |
| YUV | 160.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 142 | 0.34 | 0 | 0.23 | 0.28 | 139.35 | 0.3 | 0.6 |
| Hex | 7A | B8 | 8E | 22 | 0 | 17 | 1C | 8B | 1E | 3C |
| Octal | 172 | 270 | 216 | 42 | 0 | 27 | 34 | 213 | 36 | 74 |
| Binary | 1111010 | 10111000 | 10001110 | 100010 | 0 | 10111 | 11100 | 10001011 | 11110 | 111100 |
Color Harmonies of #7AB88E
Complementary color
Monochromatic Colors of #7AB88E
Black with #7AB88E
Text Example
Text Example
White with #7AB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB88E; }
p { color: rgb(122,184,142); }
H1.HeaderClassName
{
color: #7AB88E;
}
.AnyTagClassName
{
color: #7AB88E;
}
</style>
background-color css
<style>
a { background-color: #7AB88E; }
a { background-color: rgb(122,184,142); }
div.DivClassName
{
background-color: #7AB88E;
}
.BgClassName
{
background-color: #7AB88E;
}
</style>
border-color css
<style>
span { border-color: #7AB88E; }
span { border-color: rgb(122,184,142); }
td.TdClassName
{
border-color: #7AB88E;
}
.TagClassName
{
border-color: #7AB88E;
}
</style>