Shades of Viridian #457F66
Tints of Viridian #457F66
RGB
CMYK
RGB Variations
Color information
#457F66 (or 0x457F66) is known color: Viridian. HEX triplet: 45, 7F and 66. RGB value is (69,127,102). Sum of RGB (Red+Green+Blue) = 69+127+102=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 127 - color contains mainly: green. Hex color #457F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F66 is #BA8099. Grayscale: #6A6A6A. Windows color (decimal): -12222618 or 6717253. OLE color: 6717253.
HSL color Cylindrical-coordinate representation of color #457F66: hue angle of 154.14º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F66 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 127 | 102 | - |
| CMYK | 0.46 | 0 | 0.20 | 0.50 |
| HSL | 154.14º | 0.3% | 0.38% | - |
| HSV(B) | 154.14º | 0.46% | 0.5% | - |
| XYZ | 12.44 | 17.4 | 15.27 | - |
| YUV | 106.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 102 | 0.46 | 0 | 0.20 | 0.50 | 154.14 | 0.3 | 0.38 |
| Hex | 45 | 7F | 66 | 2E | 0 | 14 | 32 | 9A | 1E | 26 |
| Octal | 105 | 177 | 146 | 56 | 0 | 24 | 62 | 232 | 36 | 46 |
| Binary | 1000101 | 1111111 | 1100110 | 101110 | 0 | 10100 | 110010 | 10011010 | 11110 | 100110 |
Color Harmonies of #457F66
Complementary color
Monochromatic Colors of #457F66
Black with #457F66
Text Example
Text Example
White with #457F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457F66; }
p { color: rgb(69,127,102); }
H1.HeaderClassName
{
color: #457F66;
}
.AnyTagClassName
{
color: #457F66;
}
</style>
background-color css
<style>
a { background-color: #457F66; }
a { background-color: rgb(69,127,102); }
div.DivClassName
{
background-color: #457F66;
}
.BgClassName
{
background-color: #457F66;
}
</style>
border-color css
<style>
span { border-color: #457F66; }
span { border-color: rgb(69,127,102); }
td.TdClassName
{
border-color: #457F66;
}
.TagClassName
{
border-color: #457F66;
}
</style>