Shades of Bay Leaf #7AA68C
Tints of Bay Leaf #7AA68C
RGB
CMYK
RGB Variations
Color information
#7AA68C (or 0x7AA68C) is known color: Bay Leaf. HEX triplet: 7A, A6 and 8C. RGB value is (122,166,140). Sum of RGB (Red+Green+Blue) = 122+166+140=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA68C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA68C is #855973. Grayscale: #959595. Windows color (decimal): -8739188 or 9217658. OLE color: 9217658.
HSL color Cylindrical-coordinate representation of color #7AA68C: hue angle of 144.55º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA68C is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 166 | 140 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.35 |
| HSL | 144.55º | 0.2% | 0.56% | - |
| HSV(B) | 144.55º | 0.27% | 0.65% | - |
| XYZ | 26.4 | 33.3 | 29.85 | - |
| YUV | 149.88 | 122.42 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 166 | 140 | 0.27 | 0 | 0.16 | 0.35 | 144.55 | 0.2 | 0.56 |
| Hex | 7A | A6 | 8C | 1B | 0 | 10 | 23 | 91 | 14 | 38 |
| Octal | 172 | 246 | 214 | 33 | 0 | 20 | 43 | 221 | 24 | 70 |
| Binary | 1111010 | 10100110 | 10001100 | 11011 | 0 | 10000 | 100011 | 10010001 | 10100 | 111000 |
Color Harmonies of #7AA68C
Complementary color
Monochromatic Colors of #7AA68C
Black with #7AA68C
Text Example
Text Example
White with #7AA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA68C; }
p { color: rgb(122,166,140); }
H1.HeaderClassName
{
color: #7AA68C;
}
.AnyTagClassName
{
color: #7AA68C;
}
</style>
background-color css
<style>
a { background-color: #7AA68C; }
a { background-color: rgb(122,166,140); }
div.DivClassName
{
background-color: #7AA68C;
}
.BgClassName
{
background-color: #7AA68C;
}
</style>
border-color css
<style>
span { border-color: #7AA68C; }
span { border-color: rgb(122,166,140); }
td.TdClassName
{
border-color: #7AA68C;
}
.TagClassName
{
border-color: #7AA68C;
}
</style>