Shades of Dingley #617950
Tints of Dingley #617950
RGB
CMYK
RGB Variations
Color information
#617950 (or 0x617950) is known color: Dingley. HEX triplet: 61, 79 and 50. RGB value is (97,121,80). Sum of RGB (Red+Green+Blue) = 97+121+80=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #617950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617950 is #9E86AF. Grayscale: #6D6D6D. Windows color (decimal): -10389168 or 5273953. OLE color: 5273953.
HSL color Cylindrical-coordinate representation of color #617950: hue angle of 95.12º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617950 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 121 | 80 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.53 |
| HSL | 95.12º | 0.2% | 0.39% | - |
| HSV(B) | 95.12º | 0.34% | 0.47% | - |
| XYZ | 13.22 | 16.8 | 10.13 | - |
| YUV | 109.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 121 | 80 | 0.20 | 0 | 0.34 | 0.53 | 95.12 | 0.2 | 0.39 |
| Hex | 61 | 79 | 50 | 14 | 0 | 22 | 35 | 5F | 14 | 27 |
| Octal | 141 | 171 | 120 | 24 | 0 | 42 | 65 | 137 | 24 | 47 |
| Binary | 1100001 | 1111001 | 1010000 | 10100 | 0 | 100010 | 110101 | 1011111 | 10100 | 100111 |
Color Harmonies of #617950
Complementary color
Monochromatic Colors of #617950
Black with #617950
Text Example
Text Example
White with #617950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617950; }
p { color: rgb(97,121,80); }
H1.HeaderClassName
{
color: #617950;
}
.AnyTagClassName
{
color: #617950;
}
</style>
background-color css
<style>
a { background-color: #617950; }
a { background-color: rgb(97,121,80); }
div.DivClassName
{
background-color: #617950;
}
.BgClassName
{
background-color: #617950;
}
</style>
border-color css
<style>
span { border-color: #617950; }
span { border-color: rgb(97,121,80); }
td.TdClassName
{
border-color: #617950;
}
.TagClassName
{
border-color: #617950;
}
</style>