Shades of Bay Leaf #7CAC8D
Tints of Bay Leaf #7CAC8D
RGB
CMYK
RGB Variations
Color information
#7CAC8D (or 0x7CAC8D) is known color: Bay Leaf. HEX triplet: 7C, AC and 8D. RGB value is (124,172,141). Sum of RGB (Red+Green+Blue) = 124+172+141=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #7CAC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAC8D is #835372. Grayscale: #9A9A9A. Windows color (decimal): -8606579 or 9284732. OLE color: 9284732.
HSL color Cylindrical-coordinate representation of color #7CAC8D: hue angle of 141.25º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7CAC8D is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 172 | 141 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.33 |
| HSL | 141.25º | 0.22% | 0.58% | - |
| HSV(B) | 141.25º | 0.28% | 0.67% | - |
| XYZ | 27.87 | 35.71 | 30.62 | - |
| YUV | 154.11 | 120.6 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 172 | 141 | 0.28 | 0 | 0.18 | 0.33 | 141.25 | 0.22 | 0.58 |
| Hex | 7C | AC | 8D | 1C | 0 | 12 | 21 | 8D | 16 | 3A |
| Octal | 174 | 254 | 215 | 34 | 0 | 22 | 41 | 215 | 26 | 72 |
| Binary | 1111100 | 10101100 | 10001101 | 11100 | 0 | 10010 | 100001 | 10001101 | 10110 | 111010 |
Color Harmonies of #7CAC8D
Complementary color
Monochromatic Colors of #7CAC8D
Black with #7CAC8D
Text Example
Text Example
White with #7CAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAC8D; }
p { color: rgb(124,172,141); }
H1.HeaderClassName
{
color: #7CAC8D;
}
.AnyTagClassName
{
color: #7CAC8D;
}
</style>
background-color css
<style>
a { background-color: #7CAC8D; }
a { background-color: rgb(124,172,141); }
div.DivClassName
{
background-color: #7CAC8D;
}
.BgClassName
{
background-color: #7CAC8D;
}
</style>
border-color css
<style>
span { border-color: #7CAC8D; }
span { border-color: rgb(124,172,141); }
td.TdClassName
{
border-color: #7CAC8D;
}
.TagClassName
{
border-color: #7CAC8D;
}
</style>