Shades of Bay Leaf #7AAA8A
Tints of Bay Leaf #7AAA8A
RGB
CMYK
RGB Variations
Color information
#7AAA8A (or 0x7AAA8A) is known color: Bay Leaf. HEX triplet: 7A, AA and 8A. RGB value is (122,170,138). Sum of RGB (Red+Green+Blue) = 122+170+138=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA8A is #855575. Grayscale: #989898. Windows color (decimal): -8738166 or 9087610. OLE color: 9087610.
HSL color Cylindrical-coordinate representation of color #7AAA8A: hue angle of 140º 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 #7AAA8A is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 138 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.33 |
| HSL | 140º | 0.22% | 0.57% | - |
| HSV(B) | 140º | 0.28% | 0.67% | - |
| XYZ | 26.99 | 34.72 | 29.32 | - |
| YUV | 152 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 138 | 0.28 | 0 | 0.19 | 0.33 | 140 | 0.22 | 0.57 |
| Hex | 7A | AA | 8A | 1C | 0 | 13 | 21 | 8C | 16 | 39 |
| Octal | 172 | 252 | 212 | 34 | 0 | 23 | 41 | 214 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10001010 | 11100 | 0 | 10011 | 100001 | 10001100 | 10110 | 111001 |
Color Harmonies of #7AAA8A
Complementary color
Monochromatic Colors of #7AAA8A
Black with #7AAA8A
Text Example
Text Example
White with #7AAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA8A; }
p { color: rgb(122,170,138); }
H1.HeaderClassName
{
color: #7AAA8A;
}
.AnyTagClassName
{
color: #7AAA8A;
}
</style>
background-color css
<style>
a { background-color: #7AAA8A; }
a { background-color: rgb(122,170,138); }
div.DivClassName
{
background-color: #7AAA8A;
}
.BgClassName
{
background-color: #7AAA8A;
}
</style>
border-color css
<style>
span { border-color: #7AAA8A; }
span { border-color: rgb(122,170,138); }
td.TdClassName
{
border-color: #7AAA8A;
}
.TagClassName
{
border-color: #7AAA8A;
}
</style>