Shades of Bay Leaf #7AAC8B
Tints of Bay Leaf #7AAC8B
RGB
CMYK
RGB Variations
Color information
#7AAC8B (or 0x7AAC8B) is known color: Bay Leaf. HEX triplet: 7A, AC and 8B. RGB value is (122,172,139). Sum of RGB (Red+Green+Blue) = 122+172+139=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #7AAC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAC8B is #855374. Grayscale: #999999. Windows color (decimal): -8737653 or 9153658. OLE color: 9153658.
HSL color Cylindrical-coordinate representation of color #7AAC8B: hue angle of 140.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7AAC8B is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 172 | 139 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.33 |
| HSL | 140.4º | 0.23% | 0.58% | - |
| HSV(B) | 140.4º | 0.29% | 0.67% | - |
| XYZ | 27.44 | 35.51 | 29.83 | - |
| YUV | 153.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 139 | 0.29 | 0 | 0.19 | 0.33 | 140.4 | 0.23 | 0.58 |
| Hex | 7A | AC | 8B | 1D | 0 | 13 | 21 | 8C | 17 | 3A |
| Octal | 172 | 254 | 213 | 35 | 0 | 23 | 41 | 214 | 27 | 72 |
| Binary | 1111010 | 10101100 | 10001011 | 11101 | 0 | 10011 | 100001 | 10001100 | 10111 | 111010 |
Color Harmonies of #7AAC8B
Complementary color
Monochromatic Colors of #7AAC8B
Black with #7AAC8B
Text Example
Text Example
White with #7AAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAC8B; }
p { color: rgb(122,172,139); }
H1.HeaderClassName
{
color: #7AAC8B;
}
.AnyTagClassName
{
color: #7AAC8B;
}
</style>
background-color css
<style>
a { background-color: #7AAC8B; }
a { background-color: rgb(122,172,139); }
div.DivClassName
{
background-color: #7AAC8B;
}
.BgClassName
{
background-color: #7AAC8B;
}
</style>
border-color css
<style>
span { border-color: #7AAC8B; }
span { border-color: rgb(122,172,139); }
td.TdClassName
{
border-color: #7AAC8B;
}
.TagClassName
{
border-color: #7AAC8B;
}
</style>