Shades of Viridian #4E7F6C
Tints of Viridian #4E7F6C
RGB
CMYK
RGB Variations
Color information
#4E7F6C (or 0x4E7F6C) is known color: Viridian. HEX triplet: 4E, 7F and 6C. RGB value is (78,127,108). Sum of RGB (Red+Green+Blue) = 78+127+108=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #4E7F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7F6C is #B18093. Grayscale: #6E6E6E. Windows color (decimal): -11632788 or 7110478. OLE color: 7110478.
HSL color Cylindrical-coordinate representation of color #4E7F6C: hue angle of 156.73º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E7F6C is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 127 | 108 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.50 |
| HSL | 156.73º | 0.24% | 0.4% | - |
| HSV(B) | 156.73º | 0.39% | 0.5% | - |
| XYZ | 13.44 | 17.88 | 16.93 | - |
| YUV | 110.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 127 | 108 | 0.39 | 0 | 0.15 | 0.50 | 156.73 | 0.24 | 0.4 |
| Hex | 4E | 7F | 6C | 27 | 0 | F | 32 | 9D | 18 | 28 |
| Octal | 116 | 177 | 154 | 47 | 0 | 17 | 62 | 235 | 30 | 50 |
| Binary | 1001110 | 1111111 | 1101100 | 100111 | 0 | 1111 | 110010 | 10011101 | 11000 | 101000 |
Color Harmonies of #4E7F6C
Complementary color
Monochromatic Colors of #4E7F6C
Black with #4E7F6C
Text Example
Text Example
White with #4E7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7F6C; }
p { color: rgb(78,127,108); }
H1.HeaderClassName
{
color: #4E7F6C;
}
.AnyTagClassName
{
color: #4E7F6C;
}
</style>
background-color css
<style>
a { background-color: #4E7F6C; }
a { background-color: rgb(78,127,108); }
div.DivClassName
{
background-color: #4E7F6C;
}
.BgClassName
{
background-color: #4E7F6C;
}
</style>
border-color css
<style>
span { border-color: #4E7F6C; }
span { border-color: rgb(78,127,108); }
td.TdClassName
{
border-color: #4E7F6C;
}
.TagClassName
{
border-color: #4E7F6C;
}
</style>