Shades of Bay Leaf #7AAA85
Tints of Bay Leaf #7AAA85
RGB
CMYK
RGB Variations
Color information
#7AAA85 (or 0x7AAA85) is known color: Bay Leaf. HEX triplet: 7A, AA and 85. RGB value is (122,170,133). Sum of RGB (Red+Green+Blue) = 122+170+133=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAA85 is #85557A. Grayscale: #979797. Windows color (decimal): -8738171 or 8759930. OLE color: 8759930.
HSL color Cylindrical-coordinate representation of color #7AAA85: hue angle of 133.75º 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 #7AAA85 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 170 | 133 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.33 |
| HSL | 133.75º | 0.22% | 0.57% | - |
| HSV(B) | 133.75º | 0.28% | 0.67% | - |
| XYZ | 26.63 | 34.58 | 27.46 | - |
| YUV | 151.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 170 | 133 | 0.28 | 0 | 0.22 | 0.33 | 133.75 | 0.22 | 0.57 |
| Hex | 7A | AA | 85 | 1C | 0 | 16 | 21 | 86 | 16 | 39 |
| Octal | 172 | 252 | 205 | 34 | 0 | 26 | 41 | 206 | 26 | 71 |
| Binary | 1111010 | 10101010 | 10000101 | 11100 | 0 | 10110 | 100001 | 10000110 | 10110 | 111001 |
Color Harmonies of #7AAA85
Complementary color
Monochromatic Colors of #7AAA85
Black with #7AAA85
Text Example
Text Example
White with #7AAA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAA85; }
p { color: rgb(122,170,133); }
H1.HeaderClassName
{
color: #7AAA85;
}
.AnyTagClassName
{
color: #7AAA85;
}
</style>
background-color css
<style>
a { background-color: #7AAA85; }
a { background-color: rgb(122,170,133); }
div.DivClassName
{
background-color: #7AAA85;
}
.BgClassName
{
background-color: #7AAA85;
}
</style>
border-color css
<style>
span { border-color: #7AAA85; }
span { border-color: rgb(122,170,133); }
td.TdClassName
{
border-color: #7AAA85;
}
.TagClassName
{
border-color: #7AAA85;
}
</style>