Shades of Como #4E7C61
Tints of Como #4E7C61
RGB
CMYK
RGB Variations
Color information
#4E7C61 (or 0x4E7C61) is known color: Como. HEX triplet: 4E, 7C and 61. RGB value is (78,124,97). Sum of RGB (Red+Green+Blue) = 78+124+97=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #4E7C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7C61 is #B1839E. Grayscale: #6B6B6B. Windows color (decimal): -11633567 or 6388814. OLE color: 6388814.
HSL color Cylindrical-coordinate representation of color #4E7C61: hue angle of 144.78º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E7C61 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 124 | 97 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.51 |
| HSL | 144.78º | 0.23% | 0.4% | - |
| HSV(B) | 144.78º | 0.37% | 0.49% | - |
| XYZ | 12.51 | 16.9 | 13.91 | - |
| YUV | 107.17 | 122.26 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 124 | 97 | 0.37 | 0 | 0.22 | 0.51 | 144.78 | 0.23 | 0.4 |
| Hex | 4E | 7C | 61 | 25 | 0 | 16 | 33 | 91 | 17 | 28 |
| Octal | 116 | 174 | 141 | 45 | 0 | 26 | 63 | 221 | 27 | 50 |
| Binary | 1001110 | 1111100 | 1100001 | 100101 | 0 | 10110 | 110011 | 10010001 | 10111 | 101000 |
Color Harmonies of #4E7C61
Complementary color
Monochromatic Colors of #4E7C61
Black with #4E7C61
Text Example
Text Example
White with #4E7C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7C61; }
p { color: rgb(78,124,97); }
H1.HeaderClassName
{
color: #4E7C61;
}
.AnyTagClassName
{
color: #4E7C61;
}
</style>
background-color css
<style>
a { background-color: #4E7C61; }
a { background-color: rgb(78,124,97); }
div.DivClassName
{
background-color: #4E7C61;
}
.BgClassName
{
background-color: #4E7C61;
}
</style>
border-color css
<style>
span { border-color: #4E7C61; }
span { border-color: rgb(78,124,97); }
td.TdClassName
{
border-color: #4E7C61;
}
.TagClassName
{
border-color: #4E7C61;
}
</style>