Shades of Viridian #468F6C
Tints of Viridian #468F6C
RGB
CMYK
RGB Variations
Color information
#468F6C (or 0x468F6C) is known color: Viridian. HEX triplet: 46, 8F and 6C. RGB value is (70,143,108). Sum of RGB (Red+Green+Blue) = 70+143+108=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #468F6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F6C is #B97093. Grayscale: #757575. Windows color (decimal): -12152980 or 7114566. OLE color: 7114566.
HSL color Cylindrical-coordinate representation of color #468F6C: hue angle of 151.23º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F6C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 143 | 108 | - |
| CMYK | 0.51 | 0 | 0.24 | 0.44 |
| HSL | 151.23º | 0.34% | 0.42% | - |
| HSV(B) | 151.23º | 0.51% | 0.56% | - |
| XYZ | 15.06 | 22.03 | 17.65 | - |
| YUV | 117.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 143 | 108 | 0.51 | 0 | 0.24 | 0.44 | 151.23 | 0.34 | 0.42 |
| Hex | 46 | 8F | 6C | 33 | 0 | 18 | 2C | 97 | 22 | 2A |
| Octal | 106 | 217 | 154 | 63 | 0 | 30 | 54 | 227 | 42 | 52 |
| Binary | 1000110 | 10001111 | 1101100 | 110011 | 0 | 11000 | 101100 | 10010111 | 100010 | 101010 |
Color Harmonies of #468F6C
Complementary color
Monochromatic Colors of #468F6C
Black with #468F6C
Text Example
Text Example
White with #468F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468F6C; }
p { color: rgb(70,143,108); }
H1.HeaderClassName
{
color: #468F6C;
}
.AnyTagClassName
{
color: #468F6C;
}
</style>
background-color css
<style>
a { background-color: #468F6C; }
a { background-color: rgb(70,143,108); }
div.DivClassName
{
background-color: #468F6C;
}
.BgClassName
{
background-color: #468F6C;
}
</style>
border-color css
<style>
span { border-color: #468F6C; }
span { border-color: rgb(70,143,108); }
td.TdClassName
{
border-color: #468F6C;
}
.TagClassName
{
border-color: #468F6C;
}
</style>