Shades of Bay Leaf #7AAE80
Tints of Bay Leaf #7AAE80
RGB
CMYK
RGB Variations
Color information
#7AAE80 (or 0x7AAE80) is known color: Bay Leaf. HEX triplet: 7A, AE and 80. RGB value is (122,174,128). Sum of RGB (Red+Green+Blue) = 122+174+128=424 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.77% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAE80 is #85517F. Grayscale: #999999. Windows color (decimal): -8737152 or 8433274. OLE color: 8433274.
HSL color Cylindrical-coordinate representation of color #7AAE80: hue angle of 126.92º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAE80 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 128 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.32 |
| HSL | 126.92º | 0.24% | 0.58% | - |
| HSV(B) | 126.92º | 0.3% | 0.68% | - |
| XYZ | 27.06 | 35.97 | 25.94 | - |
| YUV | 153.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 128 | 0.30 | 0 | 0.26 | 0.32 | 126.92 | 0.24 | 0.58 |
| Hex | 7A | AE | 80 | 1E | 0 | 1A | 20 | 7F | 18 | 3A |
| Octal | 172 | 256 | 200 | 36 | 0 | 32 | 40 | 177 | 30 | 72 |
| Binary | 1111010 | 10101110 | 10000000 | 11110 | 0 | 11010 | 100000 | 1111111 | 11000 | 111010 |
Color Harmonies of #7AAE80
Complementary color
Monochromatic Colors of #7AAE80
Black with #7AAE80
Text Example
Text Example
White with #7AAE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE80; }
p { color: rgb(122,174,128); }
H1.HeaderClassName
{
color: #7AAE80;
}
.AnyTagClassName
{
color: #7AAE80;
}
</style>
background-color css
<style>
a { background-color: #7AAE80; }
a { background-color: rgb(122,174,128); }
div.DivClassName
{
background-color: #7AAE80;
}
.BgClassName
{
background-color: #7AAE80;
}
</style>
border-color css
<style>
span { border-color: #7AAE80; }
span { border-color: rgb(122,174,128); }
td.TdClassName
{
border-color: #7AAE80;
}
.TagClassName
{
border-color: #7AAE80;
}
</style>