Shades of Bay Leaf #7AAB8F
Tints of Bay Leaf #7AAB8F
RGB
CMYK
RGB Variations
Color information
#7AAB8F (or 0x7AAB8F) is known color: Bay Leaf. HEX triplet: 7A, AB and 8F. RGB value is (122,171,143). Sum of RGB (Red+Green+Blue) = 122+171+143=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAB8F is #855470. Grayscale: #999999. Windows color (decimal): -8737905 or 9415546. OLE color: 9415546.
HSL color Cylindrical-coordinate representation of color #7AAB8F: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAB8F is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 171 | 143 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.33 |
| HSL | 145.71º | 0.23% | 0.57% | - |
| HSV(B) | 145.71º | 0.29% | 0.67% | - |
| XYZ | 27.55 | 35.25 | 31.34 | - |
| YUV | 153.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 171 | 143 | 0.29 | 0 | 0.16 | 0.33 | 145.71 | 0.23 | 0.57 |
| Hex | 7A | AB | 8F | 1D | 0 | 10 | 21 | 92 | 17 | 39 |
| Octal | 172 | 253 | 217 | 35 | 0 | 20 | 41 | 222 | 27 | 71 |
| Binary | 1111010 | 10101011 | 10001111 | 11101 | 0 | 10000 | 100001 | 10010010 | 10111 | 111001 |
Color Harmonies of #7AAB8F
Complementary color
Monochromatic Colors of #7AAB8F
Black with #7AAB8F
Text Example
Text Example
White with #7AAB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAB8F; }
p { color: rgb(122,171,143); }
H1.HeaderClassName
{
color: #7AAB8F;
}
.AnyTagClassName
{
color: #7AAB8F;
}
</style>
background-color css
<style>
a { background-color: #7AAB8F; }
a { background-color: rgb(122,171,143); }
div.DivClassName
{
background-color: #7AAB8F;
}
.BgClassName
{
background-color: #7AAB8F;
}
</style>
border-color css
<style>
span { border-color: #7AAB8F; }
span { border-color: rgb(122,171,143); }
td.TdClassName
{
border-color: #7AAB8F;
}
.TagClassName
{
border-color: #7AAB8F;
}
</style>