Shades of Bay Leaf #7CB985
Tints of Bay Leaf #7CB985
RGB
CMYK
RGB Variations
Color information
#7CB985 (or 0x7CB985) is known color: Bay Leaf. HEX triplet: 7C, B9 and 85. RGB value is (124,185,133). Sum of RGB (Red+Green+Blue) = 124+185+133=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #7CB985 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB985 is #83467A. Grayscale: #A0A0A0. Windows color (decimal): -8603259 or 8763772. OLE color: 8763772.
HSL color Cylindrical-coordinate representation of color #7CB985: hue angle of 128.85º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CB985 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 185 | 133 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.27 |
| HSL | 128.85º | 0.3% | 0.61% | - |
| HSV(B) | 128.85º | 0.33% | 0.73% | - |
| XYZ | 29.89 | 40.68 | 28.47 | - |
| YUV | 160.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 185 | 133 | 0.33 | 0 | 0.28 | 0.27 | 128.85 | 0.3 | 0.61 |
| Hex | 7C | B9 | 85 | 21 | 0 | 1C | 1B | 81 | 1E | 3D |
| Octal | 174 | 271 | 205 | 41 | 0 | 34 | 33 | 201 | 36 | 75 |
| Binary | 1111100 | 10111001 | 10000101 | 100001 | 0 | 11100 | 11011 | 10000001 | 11110 | 111101 |
Color Harmonies of #7CB985
Complementary color
Monochromatic Colors of #7CB985
Black with #7CB985
Text Example
Text Example
White with #7CB985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB985; }
p { color: rgb(124,185,133); }
H1.HeaderClassName
{
color: #7CB985;
}
.AnyTagClassName
{
color: #7CB985;
}
</style>
background-color css
<style>
a { background-color: #7CB985; }
a { background-color: rgb(124,185,133); }
div.DivClassName
{
background-color: #7CB985;
}
.BgClassName
{
background-color: #7CB985;
}
</style>
border-color css
<style>
span { border-color: #7CB985; }
span { border-color: rgb(124,185,133); }
td.TdClassName
{
border-color: #7CB985;
}
.TagClassName
{
border-color: #7CB985;
}
</style>