Shades of Bay Leaf #7AAE85
Tints of Bay Leaf #7AAE85
RGB
CMYK
RGB Variations
Color information
#7AAE85 (or 0x7AAE85) is known color: Bay Leaf. HEX triplet: 7A, AE and 85. RGB value is (122,174,133). Sum of RGB (Red+Green+Blue) = 122+174+133=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAE85 is #85517A. Grayscale: #999999. Windows color (decimal): -8737147 or 8760954. OLE color: 8760954.
HSL color Cylindrical-coordinate representation of color #7AAE85: hue angle of 132.69º 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 #7AAE85 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 174 | 133 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.32 |
| HSL | 132.69º | 0.24% | 0.58% | - |
| HSV(B) | 132.69º | 0.3% | 0.68% | - |
| XYZ | 27.4 | 36.1 | 27.72 | - |
| YUV | 153.78 | 116.27 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 174 | 133 | 0.30 | 0 | 0.24 | 0.32 | 132.69 | 0.24 | 0.58 |
| Hex | 7A | AE | 85 | 1E | 0 | 18 | 20 | 85 | 18 | 3A |
| Octal | 172 | 256 | 205 | 36 | 0 | 30 | 40 | 205 | 30 | 72 |
| Binary | 1111010 | 10101110 | 10000101 | 11110 | 0 | 11000 | 100000 | 10000101 | 11000 | 111010 |
Color Harmonies of #7AAE85
Complementary color
Monochromatic Colors of #7AAE85
Black with #7AAE85
Text Example
Text Example
White with #7AAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAE85; }
p { color: rgb(122,174,133); }
H1.HeaderClassName
{
color: #7AAE85;
}
.AnyTagClassName
{
color: #7AAE85;
}
</style>
background-color css
<style>
a { background-color: #7AAE85; }
a { background-color: rgb(122,174,133); }
div.DivClassName
{
background-color: #7AAE85;
}
.BgClassName
{
background-color: #7AAE85;
}
</style>
border-color css
<style>
span { border-color: #7AAE85; }
span { border-color: rgb(122,174,133); }
td.TdClassName
{
border-color: #7AAE85;
}
.TagClassName
{
border-color: #7AAE85;
}
</style>