Shades of Viridian #4D7C68
Tints of Viridian #4D7C68
RGB
CMYK
RGB Variations
Color information
#4D7C68 (or 0x4D7C68) is known color: Viridian. HEX triplet: 4D, 7C and 68. RGB value is (77,124,104). Sum of RGB (Red+Green+Blue) = 77+124+104=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #4D7C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7C68 is #B28397. Grayscale: #6B6B6B. Windows color (decimal): -11699096 or 6847565. OLE color: 6847565.
HSL color Cylindrical-coordinate representation of color #4D7C68: hue angle of 154.47º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D7C68 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 124 | 104 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.51 |
| HSL | 154.47º | 0.23% | 0.39% | - |
| HSV(B) | 154.47º | 0.38% | 0.49% | - |
| XYZ | 12.77 | 16.99 | 15.7 | - |
| YUV | 107.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 104 | 0.38 | 0 | 0.16 | 0.51 | 154.47 | 0.23 | 0.39 |
| Hex | 4D | 7C | 68 | 26 | 0 | 10 | 33 | 9A | 17 | 27 |
| Octal | 115 | 174 | 150 | 46 | 0 | 20 | 63 | 232 | 27 | 47 |
| Binary | 1001101 | 1111100 | 1101000 | 100110 | 0 | 10000 | 110011 | 10011010 | 10111 | 100111 |
Color Harmonies of #4D7C68
Complementary color
Monochromatic Colors of #4D7C68
Black with #4D7C68
Text Example
Text Example
White with #4D7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7C68; }
p { color: rgb(77,124,104); }
H1.HeaderClassName
{
color: #4D7C68;
}
.AnyTagClassName
{
color: #4D7C68;
}
</style>
background-color css
<style>
a { background-color: #4D7C68; }
a { background-color: rgb(77,124,104); }
div.DivClassName
{
background-color: #4D7C68;
}
.BgClassName
{
background-color: #4D7C68;
}
</style>
border-color css
<style>
span { border-color: #4D7C68; }
span { border-color: rgb(77,124,104); }
td.TdClassName
{
border-color: #4D7C68;
}
.TagClassName
{
border-color: #4D7C68;
}
</style>