Shades of Viridian Green #506760
Tints of Viridian Green #506760
RGB
CMYK
RGB Variations
Color information
#506760 (or 0x506760) is known color: Viridian Green. HEX triplet: 50, 67 and 60. RGB value is (80,103,96). Sum of RGB (Red+Green+Blue) = 80+103+96=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 103 - color contains mainly: green. Hex color #506760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506760 is #AF989F. Grayscale: #5F5F5F. Windows color (decimal): -11507872 or 6317904. OLE color: 6317904.
HSL color Cylindrical-coordinate representation of color #506760: hue angle of 161.74º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #506760 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 96 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.60 |
| HSL | 161.74º | 0.13% | 0.36% | - |
| HSV(B) | 161.74º | 0.22% | 0.4% | - |
| XYZ | 10.27 | 12.25 | 12.89 | - |
| YUV | 95.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 96 | 0.22 | 0 | 0.07 | 0.60 | 161.74 | 0.13 | 0.36 |
| Hex | 50 | 67 | 60 | 16 | 0 | 7 | 3C | A2 | D | 24 |
| Octal | 120 | 147 | 140 | 26 | 0 | 7 | 74 | 242 | 15 | 44 |
| Binary | 1010000 | 1100111 | 1100000 | 10110 | 0 | 111 | 111100 | 10100010 | 1101 | 100100 |
Color Harmonies of #506760
Complementary color
Monochromatic Colors of #506760
Black with #506760
Text Example
Text Example
White with #506760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506760; }
p { color: rgb(80,103,96); }
H1.HeaderClassName
{
color: #506760;
}
.AnyTagClassName
{
color: #506760;
}
</style>
background-color css
<style>
a { background-color: #506760; }
a { background-color: rgb(80,103,96); }
div.DivClassName
{
background-color: #506760;
}
.BgClassName
{
background-color: #506760;
}
</style>
border-color css
<style>
span { border-color: #506760; }
span { border-color: rgb(80,103,96); }
td.TdClassName
{
border-color: #506760;
}
.TagClassName
{
border-color: #506760;
}
</style>