Shades of Bay Leaf #7CAE85
Tints of Bay Leaf #7CAE85
RGB
CMYK
RGB Variations
Color information
#7CAE85 (or 0x7CAE85) is known color: Bay Leaf. HEX triplet: 7C, AE and 85. RGB value is (124,174,133). Sum of RGB (Red+Green+Blue) = 124+174+133=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAE85 is #83517A. Grayscale: #9A9A9A. Windows color (decimal): -8606075 or 8760956. OLE color: 8760956.
HSL color Cylindrical-coordinate representation of color #7CAE85: hue angle of 130.8º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAE85 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 133 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.32 |
| HSL | 130.8º | 0.24% | 0.58% | - |
| HSV(B) | 130.8º | 0.29% | 0.68% | - |
| XYZ | 27.68 | 36.25 | 27.73 | - |
| YUV | 154.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 133 | 0.29 | 0 | 0.24 | 0.32 | 130.8 | 0.24 | 0.58 |
| Hex | 7C | AE | 85 | 1D | 0 | 18 | 20 | 83 | 18 | 3A |
| Octal | 174 | 256 | 205 | 35 | 0 | 30 | 40 | 203 | 30 | 72 |
| Binary | 1111100 | 10101110 | 10000101 | 11101 | 0 | 11000 | 100000 | 10000011 | 11000 | 111010 |
Color Harmonies of #7CAE85
Complementary color
Monochromatic Colors of #7CAE85
Black with #7CAE85
Text Example
Text Example
White with #7CAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAE85; }
p { color: rgb(124,174,133); }
H1.HeaderClassName
{
color: #7CAE85;
}
.AnyTagClassName
{
color: #7CAE85;
}
</style>
background-color css
<style>
a { background-color: #7CAE85; }
a { background-color: rgb(124,174,133); }
div.DivClassName
{
background-color: #7CAE85;
}
.BgClassName
{
background-color: #7CAE85;
}
</style>
border-color css
<style>
span { border-color: #7CAE85; }
span { border-color: rgb(124,174,133); }
td.TdClassName
{
border-color: #7CAE85;
}
.TagClassName
{
border-color: #7CAE85;
}
</style>