Shades of Bay Leaf #7AAE81
Tints of Bay Leaf #7AAE81
RGB
CMYK
RGB Variations
Color information
#7AAE81 (or 0x7AAE81) is known color: Bay Leaf. HEX triplet: 7A, AE and 81. RGB value is (122,174,129). Sum of RGB (Red+Green+Blue) = 122+174+129=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAE81 is #85517E. Grayscale: #999999. Windows color (decimal): -8737151 or 8498810. OLE color: 8498810.
HSL color Cylindrical-coordinate representation of color #7AAE81: hue angle of 128.08º 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 #7AAE81 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 129 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.32 |
| HSL | 128.08º | 0.24% | 0.58% | - |
| HSV(B) | 128.08º | 0.3% | 0.68% | - |
| XYZ | 27.12 | 35.99 | 26.29 | - |
| YUV | 153.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 129 | 0.30 | 0 | 0.26 | 0.32 | 128.08 | 0.24 | 0.58 |
| Hex | 7A | AE | 81 | 1E | 0 | 1A | 20 | 80 | 18 | 3A |
| Octal | 172 | 256 | 201 | 36 | 0 | 32 | 40 | 200 | 30 | 72 |
| Binary | 1111010 | 10101110 | 10000001 | 11110 | 0 | 11010 | 100000 | 10000000 | 11000 | 111010 |
Color Harmonies of #7AAE81
Complementary color
Monochromatic Colors of #7AAE81
Black with #7AAE81
Text Example
Text Example
White with #7AAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE81; }
p { color: rgb(122,174,129); }
H1.HeaderClassName
{
color: #7AAE81;
}
.AnyTagClassName
{
color: #7AAE81;
}
</style>
background-color css
<style>
a { background-color: #7AAE81; }
a { background-color: rgb(122,174,129); }
div.DivClassName
{
background-color: #7AAE81;
}
.BgClassName
{
background-color: #7AAE81;
}
</style>
border-color css
<style>
span { border-color: #7AAE81; }
span { border-color: rgb(122,174,129); }
td.TdClassName
{
border-color: #7AAE81;
}
.TagClassName
{
border-color: #7AAE81;
}
</style>