Shades of Bay Leaf #7CBC90
Tints of Bay Leaf #7CBC90
RGB
CMYK
RGB Variations
Color information
#7CBC90 (or 0x7CBC90) is known color: Bay Leaf. HEX triplet: 7C, BC and 90. RGB value is (124,188,144). Sum of RGB (Red+Green+Blue) = 124+188+144=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC90 is #83436F. Grayscale: #A3A3A3. Windows color (decimal): -8602480 or 9485436. OLE color: 9485436.
HSL color Cylindrical-coordinate representation of color #7CBC90: hue angle of 138.75º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC90 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 144 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.26 |
| HSL | 138.75º | 0.32% | 0.61% | - |
| HSV(B) | 138.75º | 0.34% | 0.74% | - |
| XYZ | 31.33 | 42.27 | 32.89 | - |
| YUV | 163.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 144 | 0.34 | 0 | 0.23 | 0.26 | 138.75 | 0.32 | 0.61 |
| Hex | 7C | BC | 90 | 22 | 0 | 17 | 1A | 8B | 20 | 3D |
| Octal | 174 | 274 | 220 | 42 | 0 | 27 | 32 | 213 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10010000 | 100010 | 0 | 10111 | 11010 | 10001011 | 100000 | 111101 |
Color Harmonies of #7CBC90
Complementary color
Monochromatic Colors of #7CBC90
Black with #7CBC90
Text Example
Text Example
White with #7CBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC90; }
p { color: rgb(124,188,144); }
H1.HeaderClassName
{
color: #7CBC90;
}
.AnyTagClassName
{
color: #7CBC90;
}
</style>
background-color css
<style>
a { background-color: #7CBC90; }
a { background-color: rgb(124,188,144); }
div.DivClassName
{
background-color: #7CBC90;
}
.BgClassName
{
background-color: #7CBC90;
}
</style>
border-color css
<style>
span { border-color: #7CBC90; }
span { border-color: rgb(124,188,144); }
td.TdClassName
{
border-color: #7CBC90;
}
.TagClassName
{
border-color: #7CBC90;
}
</style>