Shades of Bay Leaf #7ABB8F
Tints of Bay Leaf #7ABB8F
RGB
CMYK
RGB Variations
Color information
#7ABB8F (or 0x7ABB8F) is known color: Bay Leaf. HEX triplet: 7A, BB and 8F. RGB value is (122,187,143). Sum of RGB (Red+Green+Blue) = 122+187+143=452 (59% of max value = 765). Red value is 122 (48.05% from 255 or 26.99% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABB8F is #854470. Grayscale: #A2A2A2. Windows color (decimal): -8733809 or 9419642. OLE color: 9419642.
HSL color Cylindrical-coordinate representation of color #7ABB8F: hue angle of 139.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABB8F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 143 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.27 |
| HSL | 139.38º | 0.32% | 0.61% | - |
| HSV(B) | 139.38º | 0.35% | 0.73% | - |
| XYZ | 30.75 | 41.66 | 32.41 | - |
| YUV | 162.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 143 | 0.35 | 0 | 0.24 | 0.27 | 139.38 | 0.32 | 0.61 |
| Hex | 7A | BB | 8F | 23 | 0 | 18 | 1B | 8B | 20 | 3D |
| Octal | 172 | 273 | 217 | 43 | 0 | 30 | 33 | 213 | 40 | 75 |
| Binary | 1111010 | 10111011 | 10001111 | 100011 | 0 | 11000 | 11011 | 10001011 | 100000 | 111101 |
Color Harmonies of #7ABB8F
Complementary color
Monochromatic Colors of #7ABB8F
Black with #7ABB8F
Text Example
Text Example
White with #7ABB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABB8F; }
p { color: rgb(122,187,143); }
H1.HeaderClassName
{
color: #7ABB8F;
}
.AnyTagClassName
{
color: #7ABB8F;
}
</style>
background-color css
<style>
a { background-color: #7ABB8F; }
a { background-color: rgb(122,187,143); }
div.DivClassName
{
background-color: #7ABB8F;
}
.BgClassName
{
background-color: #7ABB8F;
}
</style>
border-color css
<style>
span { border-color: #7ABB8F; }
span { border-color: rgb(122,187,143); }
td.TdClassName
{
border-color: #7ABB8F;
}
.TagClassName
{
border-color: #7ABB8F;
}
</style>