Shades of Bay Leaf #7ABC8E
Tints of Bay Leaf #7ABC8E
RGB
CMYK
RGB Variations
Color information
#7ABC8E (or 0x7ABC8E) is known color: Bay Leaf. HEX triplet: 7A, BC and 8E. RGB value is (122,188,142). Sum of RGB (Red+Green+Blue) = 122+188+142=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC8E is #854371. Grayscale: #A3A3A3. Windows color (decimal): -8733554 or 9354362. OLE color: 9354362.
HSL color Cylindrical-coordinate representation of color #7ABC8E: hue angle of 138.18º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABC8E is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 188 | 142 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.26 |
| HSL | 138.18º | 0.33% | 0.61% | - |
| HSV(B) | 138.18º | 0.35% | 0.74% | - |
| XYZ | 30.89 | 42.06 | 32.08 | - |
| YUV | 163.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 142 | 0.35 | 0 | 0.24 | 0.26 | 138.18 | 0.33 | 0.61 |
| Hex | 7A | BC | 8E | 23 | 0 | 18 | 1A | 8A | 21 | 3D |
| Octal | 172 | 274 | 216 | 43 | 0 | 30 | 32 | 212 | 41 | 75 |
| Binary | 1111010 | 10111100 | 10001110 | 100011 | 0 | 11000 | 11010 | 10001010 | 100001 | 111101 |
Color Harmonies of #7ABC8E
Complementary color
Monochromatic Colors of #7ABC8E
Black with #7ABC8E
Text Example
Text Example
White with #7ABC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABC8E; }
p { color: rgb(122,188,142); }
H1.HeaderClassName
{
color: #7ABC8E;
}
.AnyTagClassName
{
color: #7ABC8E;
}
</style>
background-color css
<style>
a { background-color: #7ABC8E; }
a { background-color: rgb(122,188,142); }
div.DivClassName
{
background-color: #7ABC8E;
}
.BgClassName
{
background-color: #7ABC8E;
}
</style>
border-color css
<style>
span { border-color: #7ABC8E; }
span { border-color: rgb(122,188,142); }
td.TdClassName
{
border-color: #7ABC8E;
}
.TagClassName
{
border-color: #7ABC8E;
}
</style>