Shades of Bay Leaf #7CC491
Tints of Bay Leaf #7CC491
RGB
CMYK
RGB Variations
Color information
#7CC491 (or 0x7CC491) is known color: Bay Leaf. HEX triplet: 7C, C4 and 91. RGB value is (124,196,145). Sum of RGB (Red+Green+Blue) = 124+196+145=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC491 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC491 is #833B6E. Grayscale: #A8A8A8. Windows color (decimal): -8600431 or 9553020. OLE color: 9553020.
HSL color Cylindrical-coordinate representation of color #7CC491: hue angle of 137.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC491 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 145 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.23 |
| HSL | 137.5º | 0.38% | 0.63% | - |
| HSV(B) | 137.5º | 0.37% | 0.77% | - |
| XYZ | 33.16 | 45.81 | 33.88 | - |
| YUV | 168.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 145 | 0.37 | 0 | 0.26 | 0.23 | 137.5 | 0.38 | 0.63 |
| Hex | 7C | C4 | 91 | 25 | 0 | 1A | 17 | 8A | 26 | 3F |
| Octal | 174 | 304 | 221 | 45 | 0 | 32 | 27 | 212 | 46 | 77 |
| Binary | 1111100 | 11000100 | 10010001 | 100101 | 0 | 11010 | 10111 | 10001010 | 100110 | 111111 |
Color Harmonies of #7CC491
Complementary color
Monochromatic Colors of #7CC491
Black with #7CC491
Text Example
Text Example
White with #7CC491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC491; }
p { color: rgb(124,196,145); }
H1.HeaderClassName
{
color: #7CC491;
}
.AnyTagClassName
{
color: #7CC491;
}
</style>
background-color css
<style>
a { background-color: #7CC491; }
a { background-color: rgb(124,196,145); }
div.DivClassName
{
background-color: #7CC491;
}
.BgClassName
{
background-color: #7CC491;
}
</style>
border-color css
<style>
span { border-color: #7CC491; }
span { border-color: rgb(124,196,145); }
td.TdClassName
{
border-color: #7CC491;
}
.TagClassName
{
border-color: #7CC491;
}
</style>