Shades of Viridian Green #506761
Tints of Viridian Green #506761
RGB
CMYK
RGB Variations
Color information
#506761 (or 0x506761) is known color: Viridian Green. HEX triplet: 50, 67 and 61. RGB value is (80,103,97). Sum of RGB (Red+Green+Blue) = 80+103+97=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #506761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506761 is #AF989E. Grayscale: #5F5F5F. Windows color (decimal): -11507871 or 6383440. OLE color: 6383440.
HSL color Cylindrical-coordinate representation of color #506761: hue angle of 164.35º 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 #506761 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 97 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.60 |
| HSL | 164.35º | 0.13% | 0.36% | - |
| HSV(B) | 164.35º | 0.22% | 0.4% | - |
| XYZ | 10.32 | 12.27 | 13.13 | - |
| YUV | 95.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 97 | 0.22 | 0 | 0.06 | 0.60 | 164.35 | 0.13 | 0.36 |
| Hex | 50 | 67 | 61 | 16 | 0 | 6 | 3C | A4 | D | 24 |
| Octal | 120 | 147 | 141 | 26 | 0 | 6 | 74 | 244 | 15 | 44 |
| Binary | 1010000 | 1100111 | 1100001 | 10110 | 0 | 110 | 111100 | 10100100 | 1101 | 100100 |
Color Harmonies of #506761
Complementary color
Monochromatic Colors of #506761
Black with #506761
Text Example
Text Example
White with #506761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506761; }
p { color: rgb(80,103,97); }
H1.HeaderClassName
{
color: #506761;
}
.AnyTagClassName
{
color: #506761;
}
</style>
background-color css
<style>
a { background-color: #506761; }
a { background-color: rgb(80,103,97); }
div.DivClassName
{
background-color: #506761;
}
.BgClassName
{
background-color: #506761;
}
</style>
border-color css
<style>
span { border-color: #506761; }
span { border-color: rgb(80,103,97); }
td.TdClassName
{
border-color: #506761;
}
.TagClassName
{
border-color: #506761;
}
</style>