Shades of Viridian #4C7F70
Tints of Viridian #4C7F70
RGB
CMYK
RGB Variations
Color information
#4C7F70 (or 0x4C7F70) is known color: Viridian. HEX triplet: 4C, 7F and 70. RGB value is (76,127,112). Sum of RGB (Red+Green+Blue) = 76+127+112=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7F70 is #B3808F. Grayscale: #6E6E6E. Windows color (decimal): -11763856 or 7372620. OLE color: 7372620.
HSL color Cylindrical-coordinate representation of color #4C7F70: hue angle of 162.35º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7F70 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 127 | 112 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.50 |
| HSL | 162.35º | 0.25% | 0.4% | - |
| HSV(B) | 162.35º | 0.4% | 0.5% | - |
| XYZ | 13.49 | 17.89 | 18.07 | - |
| YUV | 110.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 127 | 112 | 0.40 | 0 | 0.12 | 0.50 | 162.35 | 0.25 | 0.4 |
| Hex | 4C | 7F | 70 | 28 | 0 | C | 32 | A2 | 19 | 28 |
| Octal | 114 | 177 | 160 | 50 | 0 | 14 | 62 | 242 | 31 | 50 |
| Binary | 1001100 | 1111111 | 1110000 | 101000 | 0 | 1100 | 110010 | 10100010 | 11001 | 101000 |
Color Harmonies of #4C7F70
Complementary color
Monochromatic Colors of #4C7F70
Black with #4C7F70
Text Example
Text Example
White with #4C7F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7F70; }
p { color: rgb(76,127,112); }
H1.HeaderClassName
{
color: #4C7F70;
}
.AnyTagClassName
{
color: #4C7F70;
}
</style>
background-color css
<style>
a { background-color: #4C7F70; }
a { background-color: rgb(76,127,112); }
div.DivClassName
{
background-color: #4C7F70;
}
.BgClassName
{
background-color: #4C7F70;
}
</style>
border-color css
<style>
span { border-color: #4C7F70; }
span { border-color: rgb(76,127,112); }
td.TdClassName
{
border-color: #4C7F70;
}
.TagClassName
{
border-color: #4C7F70;
}
</style>