Shades of Bay Leaf #7CC590
Tints of Bay Leaf #7CC590
RGB
CMYK
RGB Variations
Color information
#7CC590 (or 0x7CC590) is known color: Bay Leaf. HEX triplet: 7C, C5 and 90. RGB value is (124,197,144). Sum of RGB (Red+Green+Blue) = 124+197+144=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC590 is #833A6F. Grayscale: #A9A9A9. Windows color (decimal): -8600176 or 9487740. OLE color: 9487740.
HSL color Cylindrical-coordinate representation of color #7CC590: hue angle of 136.44º degrees, saturation: 0.39, 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 #7CC590 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 144 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.23 |
| HSL | 136.44º | 0.39% | 0.63% | - |
| HSV(B) | 136.44º | 0.37% | 0.77% | - |
| XYZ | 33.31 | 46.23 | 33.55 | - |
| YUV | 169.13 | 113.82 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 144 | 0.37 | 0 | 0.27 | 0.23 | 136.44 | 0.39 | 0.63 |
| Hex | 7C | C5 | 90 | 25 | 0 | 1B | 17 | 88 | 27 | 3F |
| Octal | 174 | 305 | 220 | 45 | 0 | 33 | 27 | 210 | 47 | 77 |
| Binary | 1111100 | 11000101 | 10010000 | 100101 | 0 | 11011 | 10111 | 10001000 | 100111 | 111111 |
Color Harmonies of #7CC590
Complementary color
Monochromatic Colors of #7CC590
Black with #7CC590
Text Example
Text Example
White with #7CC590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC590; }
p { color: rgb(124,197,144); }
H1.HeaderClassName
{
color: #7CC590;
}
.AnyTagClassName
{
color: #7CC590;
}
</style>
background-color css
<style>
a { background-color: #7CC590; }
a { background-color: rgb(124,197,144); }
div.DivClassName
{
background-color: #7CC590;
}
.BgClassName
{
background-color: #7CC590;
}
</style>
border-color css
<style>
span { border-color: #7CC590; }
span { border-color: rgb(124,197,144); }
td.TdClassName
{
border-color: #7CC590;
}
.TagClassName
{
border-color: #7CC590;
}
</style>