Shades of Viridian #487A69
Tints of Viridian #487A69
RGB
CMYK
RGB Variations
Color information
#487A69 (or 0x487A69) is known color: Viridian. HEX triplet: 48, 7A and 69. RGB value is (72,122,105). Sum of RGB (Red+Green+Blue) = 72+122+105=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #487A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487A69 is #B78596. Grayscale: #696969. Windows color (decimal): -12027287 or 6912584. OLE color: 6912584.
HSL color Cylindrical-coordinate representation of color #487A69: hue angle of 159.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A69 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 72 | 122 | 105 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.52 |
| HSL | 159.6º | 0.26% | 0.38% | - |
| HSV(B) | 159.6º | 0.41% | 0.48% | - |
| XYZ | 12.18 | 16.32 | 15.87 | - |
| YUV | 105.11 | 127.94 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 122 | 105 | 0.41 | 0 | 0.14 | 0.52 | 159.6 | 0.26 | 0.38 |
| Hex | 48 | 7A | 69 | 29 | 0 | E | 34 | A0 | 1A | 26 |
| Octal | 110 | 172 | 151 | 51 | 0 | 16 | 64 | 240 | 32 | 46 |
| Binary | 1001000 | 1111010 | 1101001 | 101001 | 0 | 1110 | 110100 | 10100000 | 11010 | 100110 |
Color Harmonies of #487A69
Complementary color
Monochromatic Colors of #487A69
Black with #487A69
Text Example
Text Example
White with #487A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487A69; }
p { color: rgb(72,122,105); }
H1.HeaderClassName
{
color: #487A69;
}
.AnyTagClassName
{
color: #487A69;
}
</style>
background-color css
<style>
a { background-color: #487A69; }
a { background-color: rgb(72,122,105); }
div.DivClassName
{
background-color: #487A69;
}
.BgClassName
{
background-color: #487A69;
}
</style>
border-color css
<style>
span { border-color: #487A69; }
span { border-color: rgb(72,122,105); }
td.TdClassName
{
border-color: #487A69;
}
.TagClassName
{
border-color: #487A69;
}
</style>