Shades of Bay Leaf #7CAA89
Tints of Bay Leaf #7CAA89
RGB
CMYK
RGB Variations
Color information
#7CAA89 (or 0x7CAA89) is known color: Bay Leaf. HEX triplet: 7C, AA and 89. RGB value is (124,170,137). Sum of RGB (Red+Green+Blue) = 124+170+137=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #7CAA89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAA89 is #835576. Grayscale: #989898. Windows color (decimal): -8607095 or 9022076. OLE color: 9022076.
HSL color Cylindrical-coordinate representation of color #7CAA89: hue angle of 136.96º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7CAA89 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 170 | 137 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.33 |
| HSL | 136.96º | 0.21% | 0.58% | - |
| HSV(B) | 136.96º | 0.27% | 0.67% | - |
| XYZ | 27.2 | 34.84 | 28.96 | - |
| YUV | 152.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 170 | 137 | 0.27 | 0 | 0.19 | 0.33 | 136.96 | 0.21 | 0.58 |
| Hex | 7C | AA | 89 | 1B | 0 | 13 | 21 | 89 | 15 | 3A |
| Octal | 174 | 252 | 211 | 33 | 0 | 23 | 41 | 211 | 25 | 72 |
| Binary | 1111100 | 10101010 | 10001001 | 11011 | 0 | 10011 | 100001 | 10001001 | 10101 | 111010 |
Color Harmonies of #7CAA89
Complementary color
Monochromatic Colors of #7CAA89
Black with #7CAA89
Text Example
Text Example
White with #7CAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAA89; }
p { color: rgb(124,170,137); }
H1.HeaderClassName
{
color: #7CAA89;
}
.AnyTagClassName
{
color: #7CAA89;
}
</style>
background-color css
<style>
a { background-color: #7CAA89; }
a { background-color: rgb(124,170,137); }
div.DivClassName
{
background-color: #7CAA89;
}
.BgClassName
{
background-color: #7CAA89;
}
</style>
border-color css
<style>
span { border-color: #7CAA89; }
span { border-color: rgb(124,170,137); }
td.TdClassName
{
border-color: #7CAA89;
}
.TagClassName
{
border-color: #7CAA89;
}
</style>