Shades of Bay Leaf #7AA884
Tints of Bay Leaf #7AA884
RGB
CMYK
RGB Variations
Color information
#7AA884 (or 0x7AA884) is known color: Bay Leaf. HEX triplet: 7A, A8 and 84. RGB value is (122,168,132). Sum of RGB (Red+Green+Blue) = 122+168+132=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 168 - color contains mainly: green. Hex color #7AA884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA884 is #85577B. Grayscale: #969696. Windows color (decimal): -8738684 or 8693882. OLE color: 8693882.
HSL color Cylindrical-coordinate representation of color #7AA884: hue angle of 133.04º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA884 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 122 | 168 | 132 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.34 |
| HSL | 133.04º | 0.21% | 0.57% | - |
| HSV(B) | 133.04º | 0.27% | 0.66% | - |
| XYZ | 26.19 | 33.81 | 26.98 | - |
| YUV | 150.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 168 | 132 | 0.27 | 0 | 0.21 | 0.34 | 133.04 | 0.21 | 0.57 |
| Hex | 7A | A8 | 84 | 1B | 0 | 15 | 22 | 85 | 15 | 39 |
| Octal | 172 | 250 | 204 | 33 | 0 | 25 | 42 | 205 | 25 | 71 |
| Binary | 1111010 | 10101000 | 10000100 | 11011 | 0 | 10101 | 100010 | 10000101 | 10101 | 111001 |
Color Harmonies of #7AA884
Complementary color
Monochromatic Colors of #7AA884
Black with #7AA884
Text Example
Text Example
White with #7AA884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA884; }
p { color: rgb(122,168,132); }
H1.HeaderClassName
{
color: #7AA884;
}
.AnyTagClassName
{
color: #7AA884;
}
</style>
background-color css
<style>
a { background-color: #7AA884; }
a { background-color: rgb(122,168,132); }
div.DivClassName
{
background-color: #7AA884;
}
.BgClassName
{
background-color: #7AA884;
}
</style>
border-color css
<style>
span { border-color: #7AA884; }
span { border-color: rgb(122,168,132); }
td.TdClassName
{
border-color: #7AA884;
}
.TagClassName
{
border-color: #7AA884;
}
</style>