Shades of Viridian #4C7A68
Tints of Viridian #4C7A68
RGB
CMYK
RGB Variations
Color information
#4C7A68 (or 0x4C7A68) is known color: Viridian. HEX triplet: 4C, 7A and 68. RGB value is (76,122,104). Sum of RGB (Red+Green+Blue) = 76+122+104=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #4C7A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7A68 is #B38597. Grayscale: #6A6A6A. Windows color (decimal): -11765144 or 6847052. OLE color: 6847052.
HSL color Cylindrical-coordinate representation of color #4C7A68: hue angle of 156.52º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7A68 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 76 | 122 | 104 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.52 |
| HSL | 156.52º | 0.23% | 0.39% | - |
| HSV(B) | 156.52º | 0.38% | 0.48% | - |
| XYZ | 12.44 | 16.46 | 15.62 | - |
| YUV | 106.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 122 | 104 | 0.38 | 0 | 0.15 | 0.52 | 156.52 | 0.23 | 0.39 |
| Hex | 4C | 7A | 68 | 26 | 0 | F | 34 | 9D | 17 | 27 |
| Octal | 114 | 172 | 150 | 46 | 0 | 17 | 64 | 235 | 27 | 47 |
| Binary | 1001100 | 1111010 | 1101000 | 100110 | 0 | 1111 | 110100 | 10011101 | 10111 | 100111 |
Color Harmonies of #4C7A68
Complementary color
Monochromatic Colors of #4C7A68
Black with #4C7A68
Text Example
Text Example
White with #4C7A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7A68; }
p { color: rgb(76,122,104); }
H1.HeaderClassName
{
color: #4C7A68;
}
.AnyTagClassName
{
color: #4C7A68;
}
</style>
background-color css
<style>
a { background-color: #4C7A68; }
a { background-color: rgb(76,122,104); }
div.DivClassName
{
background-color: #4C7A68;
}
.BgClassName
{
background-color: #4C7A68;
}
</style>
border-color css
<style>
span { border-color: #4C7A68; }
span { border-color: rgb(76,122,104); }
td.TdClassName
{
border-color: #4C7A68;
}
.TagClassName
{
border-color: #4C7A68;
}
</style>