Shades of Bay Leaf #7AAA88
Tints of Bay Leaf #7AAA88
RGB
CMYK
RGB Variations
Color information
#7AAA88 (or 0x7AAA88) is known color: Bay Leaf. HEX triplet: 7A, AA and 88. RGB value is (122,170,136). Sum of RGB (Red+Green+Blue) = 122+170+136=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA88 is #855577. Grayscale: #979797. Windows color (decimal): -8738168 or 8956538. OLE color: 8956538.
HSL color Cylindrical-coordinate representation of color #7AAA88: hue angle of 137.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 #7AAA88 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 136 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.33 |
| HSL | 137.5º | 0.22% | 0.57% | - |
| HSV(B) | 137.5º | 0.28% | 0.67% | - |
| XYZ | 26.84 | 34.66 | 28.57 | - |
| YUV | 151.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 136 | 0.28 | 0 | 0.20 | 0.33 | 137.5 | 0.22 | 0.57 |
| Hex | 7A | AA | 88 | 1C | 0 | 14 | 21 | 8A | 16 | 39 |
| Octal | 172 | 252 | 210 | 34 | 0 | 24 | 41 | 212 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10001000 | 11100 | 0 | 10100 | 100001 | 10001010 | 10110 | 111001 |
Color Harmonies of #7AAA88
Complementary color
Monochromatic Colors of #7AAA88
Black with #7AAA88
Text Example
Text Example
White with #7AAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA88; }
p { color: rgb(122,170,136); }
H1.HeaderClassName
{
color: #7AAA88;
}
.AnyTagClassName
{
color: #7AAA88;
}
</style>
background-color css
<style>
a { background-color: #7AAA88; }
a { background-color: rgb(122,170,136); }
div.DivClassName
{
background-color: #7AAA88;
}
.BgClassName
{
background-color: #7AAA88;
}
</style>
border-color css
<style>
span { border-color: #7AAA88; }
span { border-color: rgb(122,170,136); }
td.TdClassName
{
border-color: #7AAA88;
}
.TagClassName
{
border-color: #7AAA88;
}
</style>