Shades of Viridian #468B6E
Tints of Viridian #468B6E
RGB
CMYK
RGB Variations
Color information
#468B6E (or 0x468B6E) is known color: Viridian. HEX triplet: 46, 8B and 6E. RGB value is (70,139,110). Sum of RGB (Red+Green+Blue) = 70+139+110=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #468B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B6E is #B97491. Grayscale: #737373. Windows color (decimal): -12154002 or 7244614. OLE color: 7244614.
HSL color Cylindrical-coordinate representation of color #468B6E: hue angle of 154.78º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B6E is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 110 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.45 |
| HSL | 154.78º | 0.33% | 0.41% | - |
| HSV(B) | 154.78º | 0.5% | 0.55% | - |
| XYZ | 14.57 | 20.89 | 18.02 | - |
| YUV | 115.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 110 | 0.50 | 0 | 0.21 | 0.45 | 154.78 | 0.33 | 0.41 |
| Hex | 46 | 8B | 6E | 32 | 0 | 15 | 2D | 9B | 21 | 29 |
| Octal | 106 | 213 | 156 | 62 | 0 | 25 | 55 | 233 | 41 | 51 |
| Binary | 1000110 | 10001011 | 1101110 | 110010 | 0 | 10101 | 101101 | 10011011 | 100001 | 101001 |
Color Harmonies of #468B6E
Complementary color
Monochromatic Colors of #468B6E
Black with #468B6E
Text Example
Text Example
White with #468B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B6E; }
p { color: rgb(70,139,110); }
H1.HeaderClassName
{
color: #468B6E;
}
.AnyTagClassName
{
color: #468B6E;
}
</style>
background-color css
<style>
a { background-color: #468B6E; }
a { background-color: rgb(70,139,110); }
div.DivClassName
{
background-color: #468B6E;
}
.BgClassName
{
background-color: #468B6E;
}
</style>
border-color css
<style>
span { border-color: #468B6E; }
span { border-color: rgb(70,139,110); }
td.TdClassName
{
border-color: #468B6E;
}
.TagClassName
{
border-color: #468B6E;
}
</style>