Shades of Bay Leaf #7AAA8C
Tints of Bay Leaf #7AAA8C
RGB
CMYK
RGB Variations
Color information
#7AAA8C (or 0x7AAA8C) is known color: Bay Leaf. HEX triplet: 7A, AA and 8C. RGB value is (122,170,140). Sum of RGB (Red+Green+Blue) = 122+170+140=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA8C is #855573. Grayscale: #989898. Windows color (decimal): -8738164 or 9218682. OLE color: 9218682.
HSL color Cylindrical-coordinate representation of color #7AAA8C: hue angle of 142.5º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7AAA8C is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 140 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.33 |
| HSL | 142.5º | 0.22% | 0.57% | - |
| HSV(B) | 142.5º | 0.28% | 0.67% | - |
| XYZ | 27.13 | 34.78 | 30.09 | - |
| YUV | 152.23 | 121.1 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 140 | 0.28 | 0 | 0.18 | 0.33 | 142.5 | 0.22 | 0.57 |
| Hex | 7A | AA | 8C | 1C | 0 | 12 | 21 | 8E | 16 | 39 |
| Octal | 172 | 252 | 214 | 34 | 0 | 22 | 41 | 216 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10001100 | 11100 | 0 | 10010 | 100001 | 10001110 | 10110 | 111001 |
Color Harmonies of #7AAA8C
Complementary color
Monochromatic Colors of #7AAA8C
Black with #7AAA8C
Text Example
Text Example
White with #7AAA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA8C; }
p { color: rgb(122,170,140); }
H1.HeaderClassName
{
color: #7AAA8C;
}
.AnyTagClassName
{
color: #7AAA8C;
}
</style>
background-color css
<style>
a { background-color: #7AAA8C; }
a { background-color: rgb(122,170,140); }
div.DivClassName
{
background-color: #7AAA8C;
}
.BgClassName
{
background-color: #7AAA8C;
}
</style>
border-color css
<style>
span { border-color: #7AAA8C; }
span { border-color: rgb(122,170,140); }
td.TdClassName
{
border-color: #7AAA8C;
}
.TagClassName
{
border-color: #7AAA8C;
}
</style>