Shades of Bay Leaf #7AA48B
Tints of Bay Leaf #7AA48B
RGB
CMYK
RGB Variations
Color information
#7AA48B (or 0x7AA48B) is known color: Bay Leaf. HEX triplet: 7A, A4 and 8B. RGB value is (122,164,139). Sum of RGB (Red+Green+Blue) = 122+164+139=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA48B is #855B74. Grayscale: #949494. Windows color (decimal): -8739701 or 9151610. OLE color: 9151610.
HSL color Cylindrical-coordinate representation of color #7AA48B: hue angle of 144.29º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA48B is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 164 | 139 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.36 |
| HSL | 144.29º | 0.19% | 0.56% | - |
| HSV(B) | 144.29º | 0.26% | 0.64% | - |
| XYZ | 25.96 | 32.55 | 29.34 | - |
| YUV | 148.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 164 | 139 | 0.26 | 0 | 0.15 | 0.36 | 144.29 | 0.19 | 0.56 |
| Hex | 7A | A4 | 8B | 1A | 0 | F | 24 | 90 | 13 | 38 |
| Octal | 172 | 244 | 213 | 32 | 0 | 17 | 44 | 220 | 23 | 70 |
| Binary | 1111010 | 10100100 | 10001011 | 11010 | 0 | 1111 | 100100 | 10010000 | 10011 | 111000 |
Color Harmonies of #7AA48B
Complementary color
Monochromatic Colors of #7AA48B
Black with #7AA48B
Text Example
Text Example
White with #7AA48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA48B; }
p { color: rgb(122,164,139); }
H1.HeaderClassName
{
color: #7AA48B;
}
.AnyTagClassName
{
color: #7AA48B;
}
</style>
background-color css
<style>
a { background-color: #7AA48B; }
a { background-color: rgb(122,164,139); }
div.DivClassName
{
background-color: #7AA48B;
}
.BgClassName
{
background-color: #7AA48B;
}
</style>
border-color css
<style>
span { border-color: #7AA48B; }
span { border-color: rgb(122,164,139); }
td.TdClassName
{
border-color: #7AA48B;
}
.TagClassName
{
border-color: #7AA48B;
}
</style>