Shades of Como #4E7D61
Tints of Como #4E7D61
RGB
CMYK
RGB Variations
Color information
#4E7D61 (or 0x4E7D61) is known color: Como. HEX triplet: 4E, 7D and 61. RGB value is (78,125,97). Sum of RGB (Red+Green+Blue) = 78+125+97=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7D61 is #B1829E. Grayscale: #6B6B6B. Windows color (decimal): -11633311 or 6389070. OLE color: 6389070.
HSL color Cylindrical-coordinate representation of color #4E7D61: hue angle of 144.26º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E7D61 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 125 | 97 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.51 |
| HSL | 144.26º | 0.23% | 0.4% | - |
| HSV(B) | 144.26º | 0.38% | 0.49% | - |
| XYZ | 12.63 | 17.15 | 13.95 | - |
| YUV | 107.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 97 | 0.38 | 0 | 0.22 | 0.51 | 144.26 | 0.23 | 0.4 |
| Hex | 4E | 7D | 61 | 26 | 0 | 16 | 33 | 90 | 17 | 28 |
| Octal | 116 | 175 | 141 | 46 | 0 | 26 | 63 | 220 | 27 | 50 |
| Binary | 1001110 | 1111101 | 1100001 | 100110 | 0 | 10110 | 110011 | 10010000 | 10111 | 101000 |
Color Harmonies of #4E7D61
Complementary color
Monochromatic Colors of #4E7D61
Black with #4E7D61
Text Example
Text Example
White with #4E7D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7D61; }
p { color: rgb(78,125,97); }
H1.HeaderClassName
{
color: #4E7D61;
}
.AnyTagClassName
{
color: #4E7D61;
}
</style>
background-color css
<style>
a { background-color: #4E7D61; }
a { background-color: rgb(78,125,97); }
div.DivClassName
{
background-color: #4E7D61;
}
.BgClassName
{
background-color: #4E7D61;
}
</style>
border-color css
<style>
span { border-color: #4E7D61; }
span { border-color: rgb(78,125,97); }
td.TdClassName
{
border-color: #4E7D61;
}
.TagClassName
{
border-color: #4E7D61;
}
</style>